From c51f35b298dbf2f8f4dd530b9a6991cd3f793045 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 23 Jun 2018 21:00:28 +0200 Subject: app-backup/ccollect: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8946 --- app-backup/ccollect/ccollect-0.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-backup/ccollect') diff --git a/app-backup/ccollect/ccollect-0.8.ebuild b/app-backup/ccollect/ccollect-0.8.ebuild index b5a9a055b4ac..f4da568241cd 100644 --- a/app-backup/ccollect/ccollect-0.8.ebuild +++ b/app-backup/ccollect/ccollect-0.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Pseudo incremental backup with different exclude lists using hardlinks and rsync" -HOMEPAGE="http://www.nico.schottelius.org/software/ccollect/" -SRC_URI="http://www.nico.schottelius.org/software/${PN}/download/${P}.tar.bz2" +HOMEPAGE="https://www.nico.schottelius.org/software/ccollect/" +SRC_URI="https://www.nico.schottelius.org/software/${PN}/download/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -- cgit v1.2.3-65-gdbad