app-misc/colordiff: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 30 Mar 2018 20:12:59 +0000 (22:12 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 5 Apr 2018 15:18:51 +0000 (11:18 -0400)
Closes: https://github.com/gentoo/gentoo/pull/7718

app-misc/colordiff/colordiff-1.0.18.ebuild

index 3eecc9a044817cb382261cc08a3a2d73eee9b509..c09e21e5b17f75ad4565dfc8067371c8b0cb3d19 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=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit prefix
 
 DESCRIPTION="Colorizes output of diff"
-HOMEPAGE="http://www.colordiff.org/"
-SRC_URI="http://www.colordiff.org/${P}.tar.gz"
+HOMEPAGE="https://www.colordiff.org/"
+SRC_URI="https://www.colordiff.org/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"