diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 17:23:56 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-30 17:23:56 +0100 |
commit | 101fbcf7f39aa5b8a3e6840e3c68e88310fe9e41 (patch) | |
tree | d19c9be57affc2e09a0747a2a9e9372f3e39a7fd /main/py-configshell | |
parent | 924af909434a88ceaed19919accb6f5b3be148be (diff) | |
download | aports-101fbcf7f39aa5b8a3e6840e3c68e88310fe9e41.tar.bz2 aports-101fbcf7f39aa5b8a3e6840e3c68e88310fe9e41.tar.xz |
main/py-configshell: fix license
Current version is licensed under Apache-2.0 (since 2013).
Diffstat (limited to 'main/py-configshell')
-rw-r--r-- | main/py-configshell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-configshell/APKBUILD b/main/py-configshell/APKBUILD index c4cd714281..b9458bada1 100644 --- a/main/py-configshell/APKBUILD +++ b/main/py-configshell/APKBUILD @@ -4,11 +4,11 @@ _realname=configshell pkgver=1.1_p19 _ver=${pkgver/_rc/rc} _ver=${_ver/_p/.fb} -pkgrel=2 +pkgrel=3 pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications" url="https://github.com/agrover/configshell-fb" arch="noarch" -license="AGPL3" +license="Apache-2.0" depends="python2 py-six py-urwid py-parsing" depends_dev="" makedepends="$depends_dev python2-dev py-setuptools" |