commit: a2549a9edd0c467d8a7836644c4567e9b5ba9eda Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Nov 18 15:46:24 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Nov 24 18:14:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2549a9e
dev-ml/calendar: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-ml/calendar/calendar-2.04.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/calendar/calendar-2.04.ebuild b/dev-ml/calendar/calendar-2.04.ebuild index 22c0e7d10f18..d1bf98476f13 100644 --- a/dev-ml/calendar/calendar-2.04.ebuild +++ b/dev-ml/calendar/calendar-2.04.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit findlib -DESCRIPTION="An Ocaml library to handle dates and time" -HOMEPAGE="http://forge.ocamlcore.org/projects/calendar/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1481/${P}.tar.gz" +DESCRIPTION="Ocaml library to handle dates and time" +HOMEPAGE="https://forge.ocamlcore.org/projects/calendar/" +SRC_URI="https://download.ocamlcore.org/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}"
