commit: 88d3fb04d8bb62aefdd54e12aa8384d754e529c0 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Jun 3 09:17:37 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun Jun 3 13:48:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d3fb04
app-office/calcurse: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8704 app-office/calcurse/calcurse-4.2.1.ebuild | 4 ++-- app-office/calcurse/calcurse-4.2.2.ebuild | 4 ++-- app-office/calcurse/calcurse-4.3.0.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild b/app-office/calcurse/calcurse-4.2.1.ebuild index 47cddd1eb69..27a9fb9d46a 100644 --- a/app-office/calcurse/calcurse-4.2.1.ebuild +++ b/app-office/calcurse/calcurse-4.2.1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils autotools multilib-minimal DESCRIPTION="a text-based calendar and scheduling application" -HOMEPAGE="http://calcurse.org/" -SRC_URI="http://calcurse.org/files/${P}.tar.gz" +HOMEPAGE="https://calcurse.org/" +SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/app-office/calcurse/calcurse-4.2.2.ebuild b/app-office/calcurse/calcurse-4.2.2.ebuild index 109005b664a..29a53449ca5 100644 --- a/app-office/calcurse/calcurse-4.2.2.ebuild +++ b/app-office/calcurse/calcurse-4.2.2.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils autotools multilib-minimal DESCRIPTION="a text-based calendar and scheduling application" -HOMEPAGE="http://calcurse.org/" -SRC_URI="http://calcurse.org/files/${P}.tar.gz" +HOMEPAGE="https://calcurse.org/" +SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild b/app-office/calcurse/calcurse-4.3.0.ebuild index 2ae42b68437..4b4729db868 100644 --- a/app-office/calcurse/calcurse-4.3.0.ebuild +++ b/app-office/calcurse/calcurse-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils multilib-minimal DESCRIPTION="a text-based calendar and scheduling application" -HOMEPAGE="http://calcurse.org/" -SRC_URI="http://calcurse.org/files/${P}.tar.gz" +HOMEPAGE="https://calcurse.org/" +SRC_URI="https://calcurse.org/files/${P}.tar.gz" LICENSE="BSD-2" SLOT="0"
