diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-15 10:56:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-15 13:31:36 +0200 |
commit | 816bd063767cdcb4d4b142a0b3c54b79bd4a4982 (patch) | |
tree | 2f6aabb82cb98a9b133f38af6d48c904fbd97ca4 /app-text | |
parent | net-misc/vinagre: adapt for future gtk-vnc&spice-gtk gtk3 USE removal (diff) | |
download | gentoo-816bd063767cdcb4d4b142a0b3c54b79bd4a4982.tar.gz gentoo-816bd063767cdcb4d4b142a0b3c54b79bd4a4982.tar.bz2 gentoo-816bd063767cdcb4d4b142a0b3c54b79bd4a4982.zip |
app-text/xmldiff: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8013
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmldiff/xmldiff-0.6.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild b/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild index 5dc8a0594f3b..258bcb5872b9 100644 --- a/app-text/xmldiff/xmldiff-0.6.10-r1.ebuild +++ b/app-text/xmldiff/xmldiff-0.6.10-r1.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A tool that figures out the differences between two similar XML files" -HOMEPAGE="http://www.logilab.org/project/xmldiff" +HOMEPAGE="https://www.logilab.org/project/xmldiff" SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" |