diff options
Diffstat (limited to 'community/easy-rsa/APKBUILD')
-rw-r--r-- | community/easy-rsa/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/easy-rsa/APKBUILD b/community/easy-rsa/APKBUILD index 1b59914803e..dac27b43bbd 100644 --- a/community/easy-rsa/APKBUILD +++ b/community/easy-rsa/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="Simple shell based CA utility" url="https://github.com/OpenVPN/easy-rsa" arch="noarch" -license="GPL2" +license="GPL-2.0" depends="openssl" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/v$pkgver.tar.gz" |