diff options
Diffstat (limited to 'community/stunnel/APKBUILD')
-rw-r--r-- | community/stunnel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stunnel/APKBUILD b/community/stunnel/APKBUILD index 5420501ccf..e04752630d 100644 --- a/community/stunnel/APKBUILD +++ b/community/stunnel/APKBUILD @@ -8,7 +8,7 @@ pkgrel=0 pkgdesc="SSL encryption wrapper between network client and server." url="http://www.stunnel.org/" arch="all" -license="GPL2+ with OpenSSL exception" +license="GPL-2.0-or-later with OpenSSL exception" makedepends="libressl-dev" subpackages="$pkgname-doc" install="$pkgname.pre-install" |