diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-19 19:02:34 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-07-18 18:47:35 -0400 |
commit | b6d974a0125b45626412171ac863d46eb8de2b1d (patch) | |
tree | deaa7be29deaa66896d57e5fe72d2cc4227c8ef7 /app-arch/hardlink | |
parent | sys-auth/pam_passwdqc: remove unused patch (diff) | |
download | gentoo-b6d974a0125b45626412171ac863d46eb8de2b1d.tar.gz gentoo-b6d974a0125b45626412171ac863d46eb8de2b1d.tar.bz2 gentoo-b6d974a0125b45626412171ac863d46eb8de2b1d.zip |
app-arch/hardlink: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9029
Diffstat (limited to 'app-arch/hardlink')
-rw-r--r-- | app-arch/hardlink/hardlink-0.2.0.ebuild | 6 | ||||
-rw-r--r-- | app-arch/hardlink/hardlink-0.3.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-arch/hardlink/hardlink-0.2.0.ebuild b/app-arch/hardlink/hardlink-0.2.0.ebuild index d45ddbfecf17..169f891ede6c 100644 --- a/app-arch/hardlink/hardlink-0.2.0.ebuild +++ b/app-arch/hardlink/hardlink-0.2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit toolchain-funcs DESCRIPTION="A tool which replaces copies of a file with hardlinks" -HOMEPAGE="http://jak-linux.org/projects/hardlink/" -SRC_URI="http://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.gz" +HOMEPAGE="https://jak-linux.org/projects/hardlink/" +SRC_URI="https://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/app-arch/hardlink/hardlink-0.3.0.ebuild b/app-arch/hardlink/hardlink-0.3.0.ebuild index ba3a9f866baf..8b23adc7d94f 100644 --- a/app-arch/hardlink/hardlink-0.3.0.ebuild +++ b/app-arch/hardlink/hardlink-0.3.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit toolchain-funcs DESCRIPTION="A tool which replaces copies of a file with hardlinks" -HOMEPAGE="http://jak-linux.org/projects/hardlink/" -SRC_URI="http://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.xz" +HOMEPAGE="https://jak-linux.org/projects/hardlink/" +SRC_URI="https://jak-linux.org/projects/${PN}/${PN}_${PV}.tar.xz" LICENSE="MIT" SLOT="0" |