From b9f678efdad79e24846b09fc43b9a8adf497099e Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 25 May 2022 21:58:51 +0200 Subject: [PATCH] sci-libs/mfem: use https Signed-off-by: Alessandro Barbieri --- sci-libs/mfem/mfem-4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/mfem/mfem-4.4.ebuild b/sci-libs/mfem/mfem-4.4.ebuild index a764fab4af..933130a497 100644 --- a/sci-libs/mfem/mfem-4.4.ebuild +++ b/sci-libs/mfem/mfem-4.4.ebuild @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="Lightweight, general, scalable C++ library for finite element methods" HOMEPAGE=" - http://mfem.org/ + https://mfem.org/ https://github.com/mfem/mfem/ " SRC_URI="https://github.com/mfem/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"