From 5b317fe725baa14331a46e07b81e43cfd4626480 Mon Sep 17 00:00:00 2001 From: Amy Liffey Date: Wed, 24 Sep 2025 20:51:58 +0200 Subject: [PATCH] sci-mathematics/gmm: update SRC_URI Signed-off-by: Amy Liffey --- sci-mathematics/gmm/gmm-5.4.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/gmm/gmm-5.4.2-r1.ebuild b/sci-mathematics/gmm/gmm-5.4.2-r1.ebuild index 6e841fdad11f9..5492847e8cdf9 100644 --- a/sci-mathematics/gmm/gmm-5.4.2-r1.ebuild +++ b/sci-mathematics/gmm/gmm-5.4.2-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices" HOMEPAGE="https://getfem.org/gmm.html" -SRC_URI="mirror://nongnu/getfem/stable/${P}.tar.gz" +SRC_URI="https://download-mirror.savannah.gnu.org/releases/getfem/stable/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )" SLOT="0"