commit: 4f48b7f1af3d75512fd0198e7d52e254b3bb8eaa
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Aug 20 13:41:19 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 01:03:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f48b7f1
dev-python/Coffin: fix HOMEPAGE
dev-python/Coffin/Coffin-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/Coffin/Coffin-2.0.1.ebuild
b/dev-python/Coffin/Coffin-2.0.1.ebuild
index f1bfe98cc6b..757933b9c61 100644
--- a/dev-python/Coffin/Coffin-2.0.1.ebuild
+++ b/dev-python/Coffin/Coffin-2.0.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="Jinja2 adapter for Django"
-HOMEPAGE="https://github.com/coffin/coffin"
+HOMEPAGE="https://pypi.python.org/pypi/Coffin"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"