diff options
Diffstat (limited to 'community/bzr/APKBUILD')
-rw-r--r-- | community/bzr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bzr/APKBUILD b/community/bzr/APKBUILD index e518081b16..7c4bc8484e 100644 --- a/community/bzr/APKBUILD +++ b/community/bzr/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="A scalable distributed SCM tool" url="http://bazaar.canonical.com/" arch="all" -license="GPL2+" +license="GPL-2.0-or-later" depends="python2" makedepends="python2-dev" subpackages="$pkgname-doc" |