diff options
Diffstat (limited to 'sys-libs/cygwin-crypt')
-rw-r--r-- | sys-libs/cygwin-crypt/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/cygwin-crypt/metadata.xml b/sys-libs/cygwin-crypt/metadata.xml index f47e1fc13ea3..598620e9d7d7 100644 --- a/sys-libs/cygwin-crypt/metadata.xml +++ b/sys-libs/cygwin-crypt/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> + <maintainer type="person"> <email>haubi@gentoo.org</email> <name>Michael Haubenwallner</name> </maintainer> <longdescription lang="en"> -This packages provides a library which exports the functions crypt(3), -encrypt(3), and setkey(3). The created passwords are 56 bit DES -encrypted and are 100% identical to those created by the Linux crypt(3). + This packages provides a library which exports the functions crypt(3), + encrypt(3), and setkey(3). The created passwords are 56 bit DES + encrypted and are 100% identical to those created by the Linux crypt(3). </longdescription> </pkgmetadata> |