From 4d1f3e32d6326528b5487be2c5e766da0eb32fdd Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 29 Jun 2024 13:34:20 +0200 Subject: [PATCH] dev-libs/fddl: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Arthur Zamarin --- dev-libs/fddl/fddl-20111124-r1.ebuild | 4 ++-- dev-libs/fddl/fddl-20111124-r2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/fddl/fddl-20111124-r1.ebuild b/dev-libs/fddl/fddl-20111124-r1.ebuild index b25d4dd8bded4..adf229a084830 100644 --- a/dev-libs/fddl/fddl-20111124-r1.ebuild +++ b/dev-libs/fddl/fddl-20111124-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit cmake vcs-snapshot DESCRIPTION="Free Decision Diagram Library" -HOMEPAGE="http://itval.sourceforge.net/ https://github.com/atomopawn/FDDL" +HOMEPAGE="https://itval.sourceforge.net/ https://github.com/atomopawn/FDDL" SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-libs/fddl/fddl-20111124-r2.ebuild b/dev-libs/fddl/fddl-20111124-r2.ebuild index 681f180b46192..97af9c72f804c 100644 --- a/dev-libs/fddl/fddl-20111124-r2.ebuild +++ b/dev-libs/fddl/fddl-20111124-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake DESCRIPTION="Free Decision Diagram Library" -HOMEPAGE="http://itval.sourceforge.net/ https://github.com/atomopawn/FDDL" +HOMEPAGE="https://itval.sourceforge.net/ https://github.com/atomopawn/FDDL" SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz" LICENSE="GPL-2"