diff options
Diffstat (limited to 'community/acccheck/APKBUILD')
-rw-r--r-- | community/acccheck/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acccheck/APKBUILD b/community/acccheck/APKBUILD index 45f4a10130..8a3d90307f 100644 --- a/community/acccheck/APKBUILD +++ b/community/acccheck/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="A password dictionary attack tool" url="https://labs.portcullis.co.uk/tools/acccheck/" arch="noarch" -license="GPLv2" +license="GPL-2.0" depends="perl" depends_dev="" makedepends="$depends_dev" |