summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/syb/metadata.xml')
-rw-r--r--dev-haskell/syb/metadata.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-haskell/syb/metadata.xml b/dev-haskell/syb/metadata.xml
index 61d88fcab472..303b3bd841dc 100644
--- a/dev-haskell/syb/metadata.xml
+++ b/dev-haskell/syb/metadata.xml
@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- This package contains the generics system described in the
- "Scrap Your Boilerplate" papers (see http://www.cs.uu.nl/wiki/GenericProgramming/SYB).
- It defines the 'Data' class of types permitting folding and unfolding
- of constructor applications, instances of this class for primitive
- types, and a variety of traversals.
- </longdescription>
+ <upstream>
+ <remote-id type="hackage">syb</remote-id>
+ <remote-id type="github">dreixel/syb</remote-id>
+ </upstream>
</pkgmetadata>