diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-04 13:55:47 +0100 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2018-02-05 00:27:32 +0000 |
commit | 98a443e5d34df0a079c644c320a67e966368a488 (patch) | |
tree | 2a8aaf18bb17a4a7a8d24408b8b8a2f243551a66 /app-admin/clog | |
parent | dev-ruby/facter: remove unused patch (diff) | |
download | gentoo-98a443e5d34df0a079c644c320a67e966368a488.tar.gz gentoo-98a443e5d34df0a079c644c320a67e966368a488.tar.bz2 gentoo-98a443e5d34df0a079c644c320a67e966368a488.zip |
app-admin/clog: avoid redirection, fix HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/7063
Diffstat (limited to 'app-admin/clog')
-rw-r--r-- | app-admin/clog/clog-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | 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 122220c49a65..9fe976d1860b 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 75da7a4d0b56..6b2025e3985b 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" |