mpfr: Update license to LGPLv3+

Relicensed as LGPLv3+ since 3.0.0:
https://gitlab.inria.fr/mpfr/mpfr/-/commit/b64fdcf1c2c6d641121db314dff8c5c976b103de
This commit is contained in:
Aleksi Hannula
2026-07-27 22:06:21 +03:00
parent 5862773b8f
commit b56478586a
+1 -1
View File
@@ -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;