From de51e9a1791e3b5c672bad557a16babc1122dfd5 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Tue, 30 Apr 2019 05:00:59 +0000 Subject: [PATCH] main/duplicity: clarify license License indication is not a valid SPDX identifier. --- main/duplicity/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"