dev-libs/syncdir: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 24 Jun 2018 15:01:42 +0000 (17:01 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 7 Jul 2018 21:54:04 +0000 (23:54 +0200)
Closes: https://github.com/gentoo/gentoo/pull/9022

dev-libs/syncdir/syncdir-1.0-r1.ebuild

index 493e2e498c0104cc4dcaa30fe3e0c0533bc7962d..7627f5ebe419a6ca3c4d7ff2c29dc9e5e82f84af 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,8 +6,8 @@ EAPI=4
 inherit multilib toolchain-funcs
 
 DESCRIPTION="Provides an alternate implementation for open, link, rename, and unlink"
-HOMEPAGE="http://untroubled.org/syncdir"
-SRC_URI="http://untroubled.org/syncdir/${P}.tar.gz"
+HOMEPAGE="https://untroubled.org/syncdir"
+SRC_URI="https://untroubled.org/syncdir/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"