diff options
Diffstat (limited to 'testing/py-pybles/APKBUILD')
-rw-r--r-- | testing/py-pybles/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pybles/APKBUILD b/testing/py-pybles/APKBUILD index dec6081fd74..be14eb679ea 100644 --- a/testing/py-pybles/APKBUILD +++ b/testing/py-pybles/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A Python module to represent tables in the terminal" url="http://pypi.python.org/pypi/Pybles/" arch="noarch" -license="GPL3+" +license="GPL-3.0-or-later" depends="python2 py-blessings" depends_dev="" makedepends="python2-dev py-setuptools" |