diff options
Diffstat (limited to 'main/cunit')
-rw-r--r-- | main/cunit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cunit/APKBUILD b/main/cunit/APKBUILD index 902129812e..08b9075a67 100644 --- a/main/cunit/APKBUILD +++ b/main/cunit/APKBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Automated testing framework for C" url="http://cunit.sourceforge.net/" arch="all" -license="GPL2" +license="GPL-2.0" makedepends="automake autoconf libtool bash" subpackages="$pkgname-dev $pkgname-doc" source="https://downloads.sourceforge.net/project/$pkgname/$_pkgname/$_pkgver/$_pkgname-$_pkgver.tar.bz2 |