Use https by default
[gentoo.git] / dev-haskell / certificate / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <longdescription>
6                 Certificates and Key reader/writer
7                 
8                 At the moment only X509 certificate and unencrypted private key are supported,
9                 but will include PGP certificate and pkcs8 private keys
10         </longdescription>
11         <use>
12                 <flag name="executable">Build the executable</flag>
13         </use>
14         <upstream>
15                 <remote-id type="github">vincenthz/hs-certificate</remote-id>
16         </upstream>
17 </pkgmetadata>