diff options
Diffstat (limited to 'app-crypt/acme-client/metadata.xml')
-rw-r--r-- | app-crypt/acme-client/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-crypt/acme-client/metadata.xml b/app-crypt/acme-client/metadata.xml new file mode 100644 index 000000000000..86cb5dc28cec --- /dev/null +++ b/app-crypt/acme-client/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>cedk@gentoo.org</email> + <name>Cédric Krier</name> + </maintainer> + <longdescription lang="en"> + acme-client is a client for Let's Encrypt users, but one designed for + security. No Python. No Ruby. No Bash. A straightforward, open source + implementation in C that isolates each step of the sequence. + </longdescription> +</pkgmetadata> |