diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-26 12:27:48 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-26 10:43:13 -0400 |
commit | 025e76514f54fc683fe57963584496ce4191d113 (patch) | |
tree | c352aa12d2d3ab97fc2b9f9b6b2a40741f73af23 /app-misc | |
parent | dev-lisp/clozurecl: use HTTPS (diff) | |
download | gentoo-025e76514f54fc683fe57963584496ce4191d113.tar.gz gentoo-025e76514f54fc683fe57963584496ce4191d113.tar.bz2 gentoo-025e76514f54fc683fe57963584496ce4191d113.zip |
app-misc/icdiff: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8146
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/icdiff/icdiff-1.7.3.ebuild | 4 | ||||
-rw-r--r-- | app-misc/icdiff/icdiff-1.9.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/icdiff/icdiff-1.7.3.ebuild b/app-misc/icdiff/icdiff-1.7.3.ebuild index aab477b10c44..c1f6ccba26d9 100644 --- a/app-misc/icdiff/icdiff-1.7.3.ebuild +++ b/app-misc/icdiff/icdiff-1.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7 python3_4 python3_5) inherit distutils-r1 DESCRIPTION="Colourized diff that supports side-by-side diffing" -HOMEPAGE="http://www.jefftk.com/icdiff" +HOMEPAGE="https://www.jefftk.com/icdiff" SRC_URI="https://github.com/jeffkaufman/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="PSF-2" diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild index eda476f4a614..190d11b72b67 100644 --- a/app-misc/icdiff/icdiff-1.9.1.ebuild +++ b/app-misc/icdiff/icdiff-1.9.1.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7 python3_4 python3_5) inherit distutils-r1 DESCRIPTION="Colourized diff that supports side-by-side diffing" -HOMEPAGE="http://www.jefftk.com/icdiff" +HOMEPAGE="https://www.jefftk.com/icdiff" SRC_URI="https://github.com/jeffkaufman/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="PSF-2" |