diff options
Diffstat (limited to 'testing/py-ansi2html/APKBUILD')
-rw-r--r-- | testing/py-ansi2html/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-ansi2html/APKBUILD b/testing/py-ansi2html/APKBUILD index ca67505495..a78c02cc08 100644 --- a/testing/py-ansi2html/APKBUILD +++ b/testing/py-ansi2html/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Convert text with ANSI color codes to HTML" url="http://github.com/ralphbean/ansi2html/" arch="noarch" -license="GPL3+" +license="GPL-3.0-or-later" depends="python2 py-setuptools py-six" depends_dev="" makedepends="python2-dev" |