diff options
Diffstat (limited to 'dev-python/pystache')
-rw-r--r-- | dev-python/pystache/pystache-0.5.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pystache/pystache-0.5.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pystache/pystache-0.5.3.ebuild b/dev-python/pystache/pystache-0.5.3.ebuild index c27a4e96dd53..3a256c6e39b5 100644 --- a/dev-python/pystache/pystache-0.5.3.ebuild +++ b/dev-python/pystache/pystache-0.5.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3} ) inherit distutils-r1 DESCRIPTION="Mustache for Python" -HOMEPAGE="http://github.com/defunkt/pystache" +HOMEPAGE="https://github.com/defunkt/pystache" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pystache/pystache-0.5.4.ebuild b/dev-python/pystache/pystache-0.5.4.ebuild index 909ec70a2433..b8a098f62723 100644 --- a/dev-python/pystache/pystache-0.5.4.ebuild +++ b/dev-python/pystache/pystache-0.5.4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Mustache for Python" -HOMEPAGE="http://github.com/defunkt/pystache" +HOMEPAGE="https://github.com/defunkt/pystache" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |