diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-30 10:47:06 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-05 15:26:54 -0400 |
commit | 9f800a9c152e916f25283e2f8cba47767e35b640 (patch) | |
tree | b3ee9261bc3ffeee88d052a0a37e8f586b733fca /net-misc | |
parent | media-libs/libmp3splt: drop old EAPI ebuilds (diff) | |
download | gentoo-9f800a9c152e916f25283e2f8cba47767e35b640.tar.gz gentoo-9f800a9c152e916f25283e2f8cba47767e35b640.tar.bz2 gentoo-9f800a9c152e916f25283e2f8cba47767e35b640.zip |
net-misc/csync: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8216
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/csync/csync-0.50.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |