diff options
author | Paul Morgan <jumanjiman@gmail.com> | 2018-01-01 03:53:45 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-09 10:20:03 +0000 |
commit | 46ee76f5aebdee6575eadc04f5df1fcac1526b12 (patch) | |
tree | 025b7b9d2912be9491874d3bc0f3d3943b03fbab /community/duo_unix | |
parent | 89744dd17e0fe8773f088e2a1a52d7f83ed4e30e (diff) | |
download | aports-46ee76f5aebdee6575eadc04f5df1fcac1526b12.tar.bz2 aports-46ee76f5aebdee6575eadc04f5df1fcac1526b12.tar.xz |
community/duo_unix: update the license for SPDX variant
Commit 63f5e7d295659 assigned the SPDX 3 license.
This commit refines the license to show the exact variant.
Diffstat (limited to 'community/duo_unix')
-rw-r--r-- | community/duo_unix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD index 5a6ed67af5..bc275ce83e 100644 --- a/community/duo_unix/APKBUILD +++ b/community/duo_unix/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="duosecurity.com two-factor authentication" url="https://duo.com/support/documentation/duounix" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" depends="" depends_dev="libressl-dev zlib-dev" makedepends="$depends_dev automake autoconf libtool" |