commit: 8719f72c0f1e8dbd8d880bdd5ff0739d2ee77390 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 19:21:31 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 19:21:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8719f72c
dev-python/platinfo: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-python/platinfo/platinfo-0.15.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild index 9d6c35b..86db543 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"