diff options
author | 2015-09-01 21:23:25 +0200 | |
---|---|---|
committer | 2015-09-01 21:23:25 +0200 | |
commit | 3c7ed885c048506b7bd4f4b594358da0cfba4488 (patch) | |
tree | dabe23e11f72a132719a3c8b60c1feda80ecfe31 /dev-python/pysendfile | |
parent | dev-python/pyodbc: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-3c7ed885c048506b7bd4f4b594358da0cfba4488.tar.gz gentoo-3c7ed885c048506b7bd4f4b594358da0cfba4488.tar.bz2 gentoo-3c7ed885c048506b7bd4f4b594358da0cfba4488.zip |
dev-python/pysendfile: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/pysendfile')
-rw-r--r-- | dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild index 09f496f7af0d..b09d7e593842 100644 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="A python interface to sendfile(2) system call" -HOMEPAGE="https://code.google.com/p/pysendfile/" +HOMEPAGE="https://github.com/giampaolo/pysendfile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="amd64 x86" |