diff options
Diffstat (limited to 'testing/py-whoispy/APKBUILD')
-rw-r--r-- | testing/py-whoispy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-whoispy/APKBUILD b/testing/py-whoispy/APKBUILD index 5f4844a6c4..1a9c8ed90e 100644 --- a/testing/py-whoispy/APKBUILD +++ b/testing/py-whoispy/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A Python module/library to get the WHOIS information" url="https://github.com/nemumu/whoispy" arch="noarch" -license="GPL3+" +license="GPL-3.0-or-later" depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" |