From 89c5b44c926e71a2974d48fbe81c31b4c4a253f1 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 24 Jun 2018 17:01:42 +0200 Subject: [PATCH] dev-libs/syncdir: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9022 --- dev-libs/syncdir/syncdir-1.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/syncdir/syncdir-1.0-r1.ebuild b/dev-libs/syncdir/syncdir-1.0-r1.ebuild index 493e2e498c01..7627f5ebe419 100644 --- a/dev-libs/syncdir/syncdir-1.0-r1.ebuild +++ b/dev-libs/syncdir/syncdir-1.0-r1.ebuild @@ -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" -- 2.26.2