diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-30 05:00:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-05 19:13:31 +0000 |
commit | de51e9a1791e3b5c672bad557a16babc1122dfd5 (patch) | |
tree | bd09d6a6fa899bf9aa3a9e53bafeae3071e4a0d4 /main/duplicity | |
parent | 7acf33338024798505a3088b7dbf8e2ba7cec3f7 (diff) | |
download | aports-de51e9a1791e3b5c672bad557a16babc1122dfd5.tar.bz2 aports-de51e9a1791e3b5c672bad557a16babc1122dfd5.tar.xz |
main/duplicity: clarify license
License indication is not a valid SPDX identifier.
Diffstat (limited to 'main/duplicity')
-rw-r--r-- | main/duplicity/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index f8e2d2fc7e..fb405ba507 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" arch="all" -license="GPL" +license="GPL-2.0-or-later" depends="python2 py-boto gnupg ncftp py2-fasteners" makedepends="python2-dev py-setuptools librsync-dev" subpackages="$pkgname-doc $pkgname-lang" |