diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-19 09:53:15 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-19 20:13:18 -0400 |
commit | b1cb43d8f1200f11318d408a259b893fec71c980 (patch) | |
tree | b457d164640d1026db75ff3a82ad74d650a0e38a /sys-apps/miller | |
parent | sys-devel/slibtool: use HTTPS (diff) | |
download | gentoo-b1cb43d8f1200f11318d408a259b893fec71c980.tar.gz gentoo-b1cb43d8f1200f11318d408a259b893fec71c980.tar.bz2 gentoo-b1cb43d8f1200f11318d408a259b893fec71c980.zip |
sys-apps/miller: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8481
Diffstat (limited to 'sys-apps/miller')
-rw-r--r-- | sys-apps/miller/miller-4.2.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/miller/miller-5.2.2.ebuild | 4 | ||||
-rw-r--r-- | 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 df616602dab7..f0f66106e3db 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 7d27a1bf9b8d..fc4af1f10878 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 97912f6bbd6d..fc4af1f10878 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" |