diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-20 15:41:19 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-02 21:03:31 -0400 |
commit | 4f48b7f1af3d75512fd0198e7d52e254b3bb8eaa (patch) | |
tree | 907652bcd272645c0d86fab6d46878de9380d5d6 /dev-python/Coffin | |
parent | dev-python/utidylib: fix HOMEPAGE (diff) | |
download | gentoo-4f48b7f1af3d75512fd0198e7d52e254b3bb8eaa.tar.gz gentoo-4f48b7f1af3d75512fd0198e7d52e254b3bb8eaa.tar.bz2 gentoo-4f48b7f1af3d75512fd0198e7d52e254b3bb8eaa.zip |
dev-python/Coffin: fix HOMEPAGE
Diffstat (limited to 'dev-python/Coffin')
-rw-r--r-- | dev-python/Coffin/Coffin-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Coffin/Coffin-2.0.1.ebuild b/dev-python/Coffin/Coffin-2.0.1.ebuild index f1bfe98cc6bf..757933b9c612 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" |