diff options
Diffstat (limited to 'community/py-argh')
-rw-r--r-- | community/py-argh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-argh/APKBUILD b/community/py-argh/APKBUILD index 13aaa1580e..90a42df697 100644 --- a/community/py-argh/APKBUILD +++ b/community/py-argh/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A Python argparse wrapper" url="https://github.com/neithere/argh/" arch="noarch" -license="LGPL3+" +license="LGPL-3.0-or-later" depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" |