diff options
Diffstat (limited to 'dev-haskell/async')
| -rw-r--r-- | dev-haskell/async/metadata.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/dev-haskell/async/metadata.xml b/dev-haskell/async/metadata.xml index 85a5a5773f03..bbf1736a9639 100644 --- a/dev-haskell/async/metadata.xml +++ b/dev-haskell/async/metadata.xml @@ -1,10 +1,10 @@ <?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> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> This package provides a higher-level interface over threads, in which an @Async a@ is a concurrent thread that will eventually deliver a value of @@ -47,7 +47,8 @@ * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances) </longdescription> - <upstream> - <remote-id type="github">simonmar/async</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">simonmar/async</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
