diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-03 11:17:37 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 09:48:25 -0400 |
commit | 88d3fb04d8bb62aefdd54e12aa8384d754e529c0 (patch) | |
tree | 20531bca75ff3f325b631aa3cf70903d919d5c39 /app-office | |
parent | net-analyzer/suricata: use HTTPs (diff) | |
download | gentoo-88d3fb04d8bb62aefdd54e12aa8384d754e529c0.tar.gz gentoo-88d3fb04d8bb62aefdd54e12aa8384d754e529c0.tar.bz2 gentoo-88d3fb04d8bb62aefdd54e12aa8384d754e529c0.zip |
app-office/calcurse: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8704
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calcurse/calcurse-4.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-office/calcurse/calcurse-4.2.2.ebuild | 4 | ||||
-rw-r--r-- | 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 47cddd1eb692..27a9fb9d46a4 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 109005b664a8..29a53449ca58 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 2ae42b684376..4b4729db868c 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" |