app-text/xmldiff: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 15 Apr 2018 08:56:18 +0000 (10:56 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Apr 2018 11:31:36 +0000 (13:31 +0200)
Closes: https://github.com/gentoo/gentoo/pull/8013

app-text/xmldiff/xmldiff-0.6.10-r1.ebuild

index 5dc8a0594f3be1bf43f0568ba90d92a1dd4c08ba..258bcb5872b988d438f3f3e35e17d2218fa3ecbf 100644 (file)
@@ -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"