main/py-configshell: fix license

Current version is licensed under Apache-2.0 (since 2013).
This commit is contained in:
Jakub Jirutka 2017-12-30 17:23:56 +01:00
parent 924af90943
commit 101fbcf7f3

View File

@ -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"