aboutsummaryrefslogtreecommitdiffstats
path: root/main/duplicity/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-04-30 05:00:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-05 19:13:31 +0000
commitde51e9a1791e3b5c672bad557a16babc1122dfd5 (patch)
treebd09d6a6fa899bf9aa3a9e53bafeae3071e4a0d4 /main/duplicity/APKBUILD
parent7acf33338024798505a3088b7dbf8e2ba7cec3f7 (diff)
main/duplicity: clarify license
License indication is not a valid SPDX identifier.
Diffstat (limited to 'main/duplicity/APKBUILD')
-rw-r--r--main/duplicity/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD
index f8e2d2fc7eb..fb405ba5073 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"