From 101fbcf7f39aa5b8a3e6840e3c68e88310fe9e41 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka <jakub@jirutka.cz> Date: Sat, 30 Dec 2017 17:23:56 +0100 Subject: [PATCH] main/py-configshell: fix license Current version is licensed under Apache-2.0 (since 2013). --- main/py-configshell/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/py-configshell/APKBUILD b/main/py-configshell/APKBUILD index c4cd7142812a..b9458bada1ef 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" -- GitLab