From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:21:31 +0000 (+0200) Subject: dev-python/platinfo: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8719f72c0f1e8dbd8d880bdd5ff0739d2ee77390;p=gentoo.git dev-python/platinfo: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild index 9d6c35b3aab2..86db543dd582 100644 --- a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild +++ b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Determines and returns consistent names for platforms" -HOMEPAGE="https://code.google.com/p/platinfo/" +HOMEPAGE="https://github.com/trentm/platinfo" SRC_URI="https://platinfo.googlecode.com/files/${P}.zip" LICENSE="MIT"