diff options
Diffstat (limited to 'testing/flawfinder/APKBUILD')
-rw-r--r-- | testing/flawfinder/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/flawfinder/APKBUILD b/testing/flawfinder/APKBUILD index bcdfc5f70d..69ecf74b27 100644 --- a/testing/flawfinder/APKBUILD +++ b/testing/flawfinder/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Examines C/C++ source code for security flaws" url="http://www.dwheeler.com/flawfinder/" arch="noarch" -license="GPL2" +license="GPL-2.0" depends="python2" makedepends="python2-dev py-setuptools" subpackages="$pkgname-doc" |