diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-03 11:19:46 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 09:48:25 -0400 |
commit | df3460e51fd51f75b694bdba15a4ad7c93c6e560 (patch) | |
tree | b80922e801302b577d098014976ce9e7637521a8 | |
parent | app-office/calcurse: use HTTPs (diff) | |
download | gentoo-df3460e51fd51f75b694bdba15a4ad7c93c6e560.tar.gz gentoo-df3460e51fd51f75b694bdba15a4ad7c93c6e560.tar.bz2 gentoo-df3460e51fd51f75b694bdba15a4ad7c93c6e560.zip |
dev-util/dwdiff: use HTTPs
-rw-r--r-- | dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/dwdiff/dwdiff-2.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-util/dwdiff/dwdiff-2.1.1.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild index 51b8e6bcee90..b549a993acad 100644 --- a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild +++ b/dev-util/dwdiff/dwdiff-2.1.0-r1.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 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="diff-like program operating at word level instead of line level" -HOMEPAGE="http://os.ghalkes.nl/dwdiff.html" -SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2" +HOMEPAGE="https://os.ghalkes.nl/dwdiff.html" +SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild b/dev-util/dwdiff/dwdiff-2.1.0.ebuild index 5fd42d0959e4..acd2c98c7343 100644 --- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild +++ b/dev-util/dwdiff/dwdiff-2.1.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=5 inherit eutils toolchain-funcs DESCRIPTION="diff-like program operating at word level instead of line level" -HOMEPAGE="http://os.ghalkes.nl/dwdiff.html" -SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2" +HOMEPAGE="https://os.ghalkes.nl/dwdiff.html" +SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild b/dev-util/dwdiff/dwdiff-2.1.1.ebuild index c8e8a440ba08..b549a993acad 100644 --- a/dev-util/dwdiff/dwdiff-2.1.1.ebuild +++ b/dev-util/dwdiff/dwdiff-2.1.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 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="diff-like program operating at word level instead of line level" -HOMEPAGE="http://os.ghalkes.nl/dwdiff.html" -SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2" +HOMEPAGE="https://os.ghalkes.nl/dwdiff.html" +SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" |