commit: b1cb43d8f1200f11318d408a259b893fec71c980 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat May 19 07:53:15 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 20 00:13:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cb43d8
sys-apps/miller: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8481 sys-apps/miller/miller-4.2.0.ebuild | 4 ++-- sys-apps/miller/miller-5.2.2.ebuild | 4 ++-- sys-apps/miller/miller-5.3.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-apps/miller/miller-4.2.0.ebuild b/sys-apps/miller/miller-4.2.0.ebuild index df616602dab..f0f66106e3d 100644 --- a/sys-apps/miller/miller-4.2.0.ebuild +++ b/sys-apps/miller/miller-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)" -HOMEPAGE="http://johnkerl.org/miller" +HOMEPAGE="https://johnkerl.org/miller/doc/index.html" LICENSE="BSD-2" SLOT="0" diff --git a/sys-apps/miller/miller-5.2.2.ebuild b/sys-apps/miller/miller-5.2.2.ebuild index 7d27a1bf9b8..fc4af1f1087 100644 --- a/sys-apps/miller/miller-5.2.2.ebuild +++ b/sys-apps/miller/miller-5.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)" -HOMEPAGE="http://johnkerl.org/miller" +HOMEPAGE="https://johnkerl.org/miller/doc/index.html" SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/sys-apps/miller/miller-5.3.0.ebuild b/sys-apps/miller/miller-5.3.0.ebuild index 97912f6bbd6..fc4af1f1087 100644 --- a/sys-apps/miller/miller-5.3.0.ebuild +++ b/sys-apps/miller/miller-5.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)" -HOMEPAGE="http://johnkerl.org/miller" +HOMEPAGE="https://johnkerl.org/miller/doc/index.html" SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2"
