diff options
Diffstat (limited to 'community/cloc/APKBUILD')
-rw-r--r-- | community/cloc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cloc/APKBUILD b/community/cloc/APKBUILD index 2242d8fd8a4..f76eb571252 100644 --- a/community/cloc/APKBUILD +++ b/community/cloc/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Count lines of code" url="https://github.com/AlDanial/cloc" arch="noarch" -license="GPL2" +license="GPL-2.0" depends="perl perl-algorithm-diff perl-regexp-common" makedepends="" subpackages="$pkgname-doc" |