diff options
Diffstat (limited to 'testing/py-zeroconf/APKBUILD')
-rw-r--r-- | testing/py-zeroconf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-zeroconf/APKBUILD b/testing/py-zeroconf/APKBUILD index a6c52e8b12..994a2c181d 100644 --- a/testing/py-zeroconf/APKBUILD +++ b/testing/py-zeroconf/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A Python implementation of multicast DNS service discovery" url="https://github.com/jstasiak/python-zeroconf" arch="noarch" -license="LGPL2+" +license="LGPL-2.0-or-later" depends="py-six py-netifaces" makedepends="python2-dev py-setuptools python3-dev" subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2" |