diff options
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 de8692748d77..09f496f7af0d 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="http://code.google.com/p/pysendfile/" +HOMEPAGE="https://code.google.com/p/pysendfile/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="amd64 x86" |