diff options
Diffstat (limited to 'dev-python/cachetools/cachetools-2.0.0.ebuild')
-rw-r--r-- | dev-python/cachetools/cachetools-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachetools/cachetools-2.0.0.ebuild b/dev-python/cachetools/cachetools-2.0.0.ebuild index ae128ff5b3f0..de100961d66f 100644 --- a/dev-python/cachetools/cachetools-2.0.0.ebuild +++ b/dev-python/cachetools/cachetools-2.0.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 DESCRIPTION="Extensible memoizing collections and decorators" -HOMEPAGE="https://pypi.python.org/pypi/cachetools" +HOMEPAGE="https://pypi.org/project/cachetools" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |