commit: 4bdeb0e46f9aadc16d5ab57fa45393a2dac9da89
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Dec 30 10:17:23 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 12:51:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdeb0e4
dev-python/irc: correct license and homepage for version 11.0.1
Package-Manager: portage-2.2.26
dev-python/irc/irc-11.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/irc/irc-11.0.1.ebuild b/dev-python/irc/irc-11.0.1.ebuild
index e1e0f5e..7739799 100644
--- a/dev-python/irc/irc-11.0.1.ebuild
+++ b/dev-python/irc/irc-11.0.1.ebuild
@@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="IRC client framework written in Python"
-HOMEPAGE="https://bitbucket.org/jaraco/irc https://pypi.python.org/pypi/irc"
+HOMEPAGE="https://github.com/jaraco/irc"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-LICENSE="LGPL-2.1"
+LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples test"