mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/py-configshell: fix license
Current version is licensed under Apache-2.0 (since 2013).
This commit is contained in:
parent
924af90943
commit
101fbcf7f3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user