From: Michael Mair-Keimberger Date: Sun, 15 Apr 2018 08:56:18 +0000 (+0200) Subject: app-text/xmldiff: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=816bd063767cdcb4d4b142a0b3c54b79bd4a4982;p=gentoo.git app-text/xmldiff: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8013 --- 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"