From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:27:15 +0000 (+0200) Subject: dev-python/python-twitter: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f23a8d4e836fa78d6f05e11cc4e70cc5410f5bc1;p=gentoo.git dev-python/python-twitter: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-python/python-twitter/python-twitter-1.1.ebuild b/dev-python/python-twitter/python-twitter-1.1.ebuild index 2cd3be358227..b561ea800cb2 100644 --- a/dev-python/python-twitter/python-twitter-1.1.ebuild +++ b/dev-python/python-twitter/python-twitter-1.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="This library provides a pure python interface for the Twitter API" -HOMEPAGE="https://code.google.com/p/python-twitter/" +HOMEPAGE="https://github.com/bear/python-twitter" SRC_URI="https://python-twitter.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0"