From: Michael Mair-Keimberger Date: Sat, 23 Jun 2018 19:00:28 +0000 (+0200) Subject: app-backup/ccollect: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c51f35b298dbf2f8f4dd530b9a6991cd3f793045;p=gentoo.git app-backup/ccollect: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8946 --- 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"