diff options
Diffstat (limited to 'dev-haskell/connection')
| -rw-r--r-- | dev-haskell/connection/metadata.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-haskell/connection/metadata.xml b/dev-haskell/connection/metadata.xml index e0146f287c42..48fc88b2d074 100644 --- a/dev-haskell/connection/metadata.xml +++ b/dev-haskell/connection/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> Simple network library for all your connection need. Features: Really simple to use, SSL/TLS, SOCKS. @@ -13,7 +13,8 @@ This library provides a very simple api to create sockets to a destination with the choice of SSL/TLS, and SOCKS. </longdescription> - <upstream> - <remote-id type="github">vincenthz/hs-connection</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">vincenthz/hs-connection</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
