From b56478586a3a0e7448485ad66b0a67ddf8777abb Mon Sep 17 00:00:00 2001 From: Aleksi Hannula Date: Mon, 27 Jul 2026 22:06:21 +0300 Subject: [PATCH] mpfr: Update license to LGPLv3+ Relicensed as LGPLv3+ since 3.0.0: https://gitlab.inria.fr/mpfr/mpfr/-/commit/b64fdcf1c2c6d641121db314dff8c5c976b103de --- pkgs/by-name/mp/mpfr/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mp/mpfr/package.nix b/pkgs/by-name/mp/mpfr/package.nix index 91199418e254..2b6068a9e2af 100644 --- a/pkgs/by-name/mp/mpfr/package.nix +++ b/pkgs/by-name/mp/mpfr/package.nix @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { floating-point arithmetic (53-bit mantissa). ''; - license = lib.licenses.lgpl2Plus; + license = lib.licenses.lgpl3Plus; maintainers = [ ]; platforms = lib.platforms.all;