diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-20 23:59:43 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-20 23:59:43 +0000 |
commit | c6e4237951b3670dc3cf0afd9ddd406d5b1ef792 (patch) | |
tree | 553f93fc7657568f8a723abbcfff2a63a55b329b /system/argon2 | |
parent | 51befc595835b6c213d5322b6746fbf68b552ad3 (diff) | |
download | packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.gz packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.bz2 packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.tar.xz packages-c6e4237951b3670dc3cf0afd9ddd406d5b1ef792.zip |
system/a*: modernise, fix descriptions
Diffstat (limited to 'system/argon2')
-rw-r--r-- | system/argon2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/argon2/APKBUILD b/system/argon2/APKBUILD index 7a7331221..42d459e1f 100644 --- a/system/argon2/APKBUILD +++ b/system/argon2/APKBUILD @@ -5,7 +5,7 @@ pkgname=argon2 _pkgname=phc-winner-argon2 pkgver=20190702 pkgrel=0 -pkgdesc="Password hashing function Argon2" +pkgdesc="Password hashing library" url="https://github.com/P-H-C/phc-winner-argon2" arch="all" license="Apache-2.0 AND CC0-1.0" |