summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-24 17:01:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-07 23:54:04 +0200
commit89c5b44c926e71a2974d48fbe81c31b4c4a253f1 (patch)
treec1dfb06f47049655cc5cb89ff9f8c9314821d2e8
parentwww-misc/multisort: add EAPI7 ebuild (diff)
downloadgentoo-89c5b44c926e71a2974d48fbe81c31b4c4a253f1.tar.gz
gentoo-89c5b44c926e71a2974d48fbe81c31b4c4a253f1.tar.bz2
gentoo-89c5b44c926e71a2974d48fbe81c31b4c4a253f1.zip
dev-libs/syncdir: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9022
-rw-r--r--dev-libs/syncdir/syncdir-1.0-r1.ebuild6
1 files 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"