aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-dulwich/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-dulwich/APKBUILD')
-rw-r--r--testing/py-dulwich/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD
index bbc5cdbf93..f11282a6f3 100644
--- a/testing/py-dulwich/APKBUILD
+++ b/testing/py-dulwich/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=0
pkgdesc="A python implementation of the Git file formats and protocols"
url="https://www.dulwich.io"
arch="all"
-license="GPL2+ or ASL 2.0"
+license="GPL-2.0-or-later or Apache-2.0"
options="!check" # Tests are failing (http-backend)
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"