dev-python/uranium: fix license: s/AGPL-3/APGL-3+/

From UM/__init__.py:
"Uranium is released under the terms of the AGPLv3 or higher."

Package-Manager: portage-2.2.28
This commit is contained in:
Göktürk Yüksek
2016-05-21 14:46:56 -04:00
parent 2ed0d05a02
commit abe873b6ec

View File

@@ -14,7 +14,7 @@ DESCRIPTION="A Python framework for building 3D printing related applications"
HOMEPAGE="https://github.com/Ultimaker/Uranium"
SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
LICENSE="AGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"