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 /dev-util/dwdiff/dwdiff-2.1.0.ebuild | |
parent | app-office/calcurse: use HTTPs (diff) | |
download | gentoo-df3460e51fd51f75b694bdba15a4ad7c93c6e560.tar.gz gentoo-df3460e51fd51f75b694bdba15a4ad7c93c6e560.tar.bz2 gentoo-df3460e51fd51f75b694bdba15a4ad7c93c6e560.zip |
dev-util/dwdiff: use HTTPs
Diffstat (limited to 'dev-util/dwdiff/dwdiff-2.1.0.ebuild')
-rw-r--r-- | dev-util/dwdiff/dwdiff-2.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |