summaryrefslogtreecommitdiff
path: root/dev-haskell/tls
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/tls')
-rw-r--r--dev-haskell/tls/metadata.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/dev-haskell/tls/metadata.xml b/dev-haskell/tls/metadata.xml
index b95ef7b625de..48a3d3676632 100644
--- a/dev-haskell/tls/metadata.xml
+++ b/dev-haskell/tls/metadata.xml
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>
Native Haskell TLS and SSL protocol implementation for server and client.
This provides a high-level implementation of a sensitive security protocol,
@@ -19,11 +19,12 @@
&lt;http://hackage.haskell.org/package/tls-extra/&gt; package for default
ciphers, compressions and certificates functions.
</longdescription>
- <use>
- <flag name="compat">Accept SSLv2 compatible handshake.</flag>
- <flag name="network">Use the base network library.</flag>
- </use>
- <upstream>
- <remote-id type="github">vincenthz/hs-tls</remote-id>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <remote-id type="github">vincenthz/hs-tls</remote-id>
+ </upstream>
+ <use>
+ <flag name="compat">Accept SSLv2 compatible handshake.</flag>
+ <flag name="network">Use the base network library.</flag>
+ </use>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file