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