diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-18 16:46:24 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-24 19:14:44 +0100 |
commit | a2549a9edd0c467d8a7836644c4567e9b5ba9eda (patch) | |
tree | 1e7168d7b2caa64b4673e95de993fad6677c5894 /dev-ml | |
parent | dev-libs/zziplib: use HTTPS (diff) | |
download | gentoo-a2549a9edd0c467d8a7836644c4567e9b5ba9eda.tar.gz gentoo-a2549a9edd0c467d8a7836644c4567e9b5ba9eda.tar.bz2 gentoo-a2549a9edd0c467d8a7836644c4567e9b5ba9eda.zip |
dev-ml/calendar: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/calendar/calendar-2.04.ebuild | 8 |
1 files 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}" |