diff options
Diffstat (limited to 'dev-python/pyinotify/pyinotify-0.9.5.ebuild')
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyinotify/pyinotify-0.9.5.ebuild b/dev-python/pyinotify/pyinotify-0.9.5.ebuild index a5f85d3a60ea..837f34a34ed2 100644 --- a/dev-python/pyinotify/pyinotify-0.9.5.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Python module used for monitoring filesystems events" -HOMEPAGE="http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify" +HOMEPAGE="http://trac.dbzteam.org/pyinotify https://pypi.python.org/pypi/pyinotify" SRC_URI="http://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz" LICENSE="MIT" |