commit: 98a443e5d34df0a079c644c320a67e966368a488 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 4 12:55:47 2018 +0000 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org> CommitDate: Mon Feb 5 00:27:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a443e5
app-admin/clog: avoid redirection, fix HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7063 app-admin/clog/clog-1.1.0.ebuild | 2 +- app-admin/clog/clog-1.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/clog/clog-1.1.0.ebuild b/app-admin/clog/clog-1.1.0.ebuild index 122220c49a6..9fe976d1860 100644 --- a/app-admin/clog/clog-1.1.0.ebuild +++ b/app-admin/clog/clog-1.1.0.ebuild @@ -10,7 +10,7 @@ EGIT_REPO_URI="https://git.tasktools.org/scm/ut/${PN}.git" inherit cmake-utils bash-completion-r1 DESCRIPTION="A colorized log tail utility" -HOMEPAGE="http://tasktools.org/projects/clog.html" +HOMEPAGE="https://taskwarrior.org/docs/clog/" [[ ${PV} == *9999* ]] || \ SRC_URI="http://taskwarrior.org/download/${P}.tar.gz" diff --git a/app-admin/clog/clog-1.3.0.ebuild b/app-admin/clog/clog-1.3.0.ebuild index 75da7a4d0b5..6b2025e3985 100644 --- a/app-admin/clog/clog-1.3.0.ebuild +++ b/app-admin/clog/clog-1.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="clog is a colorized log tail utility" -HOMEPAGE="https://taskwarrior.org/docs/clog" +HOMEPAGE="https://taskwarrior.org/docs/clog/" SRC_URI="https://tasktools.org/download/${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~x64-macos ~amd64-fbsd"