From: Michael Mair-Keimberger (asterix) Date: Sun, 6 Aug 2017 10:47:21 +0000 (+0200) Subject: www-apps/blohg: fix HOMEPAGE. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5f70c25a00390911c7f99c935fe3769747abd74c;p=gentoo.git www-apps/blohg: fix HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/5314 --- diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r2.ebuild index f75ca8fc1b15..f28eb4067fe4 100644 --- a/www-apps/blohg/blohg-0.13-r2.ebuild +++ b/www-apps/blohg/blohg-0.13-r2.ebuild @@ -14,7 +14,7 @@ fi inherit distutils-r1 ${GIT_ECLASS} DESCRIPTION="A Mercurial (or Git) based blogging engine" -HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg" +HOMEPAGE="https://github.com/rafaelmartins/blohg" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild index 5eb61884b798..f27bdfa76f24 100644 --- a/www-apps/blohg/blohg-9999.ebuild +++ b/www-apps/blohg/blohg-9999.ebuild @@ -14,7 +14,7 @@ fi inherit distutils-r1 ${GIT_ECLASS} DESCRIPTION="A Mercurial (or Git) based blogging engine" -HOMEPAGE="http://blohg.org/ https://pypi.python.org/pypi/blohg" +HOMEPAGE="https://github.com/rafaelmartins/blohg" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86"