From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:21:46 +0000 (+0200) Subject: dev-python/pssi: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9e0bbcae7756df2712d82be114b94ff38f010f1;p=gentoo.git dev-python/pssi: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-python/pssi/pssi-1.0-r1.ebuild b/dev-python/pssi/pssi-1.0-r1.ebuild index 646c9f7cf890..9d1af58ee442 100644 --- a/dev-python/pssi/pssi-1.0-r1.ebuild +++ b/dev-python/pssi/pssi-1.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python Simple Smartcard Interpreter" -HOMEPAGE="https://code.google.com/p/pssi/" +HOMEPAGE="https://github.com/Eric-Bourry/pssi" SRC_URI="https://pssi.googlecode.com/files/${P}.tar" LICENSE="GPL-3"