diff options
Diffstat (limited to 'dev-haskell/http')
| -rw-r--r-- | dev-haskell/http/metadata.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/dev-haskell/http/metadata.xml b/dev-haskell/http/metadata.xml index 530a8cd6df3e..bf562713c6db 100644 --- a/dev-haskell/http/metadata.xml +++ b/dev-haskell/http/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> The HTTP package supports client-side web programming in Haskell. It lets you set up HTTP connections, transmitting requests and processing the responses coming back, all from within the comforts of Haskell. It's dependent on the network package to operate, @@ -38,11 +38,12 @@ Git repository available at <https://github.com/haskell/HTTP.git> </longdescription> - <use> - <flag name="conduit10">Use version 1.0.x or below of the conduit package (for the test suite).</flag> - <flag name="network-uri">Get Network.URI from the network-uri package.</flag> - </use> - <upstream> - <remote-id type="github">haskell/HTTP</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">haskell/HTTP</remote-id> + </upstream> + <use> + <flag name="conduit10">Use version 1.0.x or below of the conduit package (for the test suite).</flag> + <flag name="network-uri">Get Network.URI from the network-uri package.</flag> + </use> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
