diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-06 12:47:21 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-07 00:31:00 +0200 |
commit | 5f70c25a00390911c7f99c935fe3769747abd74c (patch) | |
tree | 340277e8ff608a359d36e8ed5e292d373b1ada46 /www-apps | |
parent | sys-kernel/gentoo-sources: Remove EOL'd kernel versions 3.12.X (diff) | |
download | gentoo-5f70c25a00390911c7f99c935fe3769747abd74c.tar.gz gentoo-5f70c25a00390911c7f99c935fe3769747abd74c.tar.bz2 gentoo-5f70c25a00390911c7f99c935fe3769747abd74c.zip |
www-apps/blohg: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/5314
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/blohg/blohg-0.13-r2.ebuild | 2 | ||||
-rw-r--r-- | www-apps/blohg/blohg-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |