From: Michael Mair-Keimberger Date: Mon, 30 Apr 2018 08:47:06 +0000 (+0200) Subject: net-misc/csync: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9f800a9c152e916f25283e2f8cba47767e35b640;p=gentoo.git net-misc/csync: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8216 --- diff --git a/net-misc/csync/csync-0.50.0.ebuild b/net-misc/csync/csync-0.50.0.ebuild index 89a33ce131c1..e94ffa92f273 100644 --- a/net-misc/csync/csync-0.50.0.ebuild +++ b/net-misc/csync/csync-0.50.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="lightweight file synchronizer utility" -HOMEPAGE="http://csync.org/" +HOMEPAGE="https://www.csync.org/" SRC_URI="https://open.cryptomilk.org/attachments/download/27/${P}.tar.xz" LICENSE="GPL-2"