fna3d: fix license meta to zlib

FNA3D is not licensed under the MS-PL, rather it is licensed under the
zlib license. See https://github.com/FNA-XNA/FNA3D/blob/25.10/README
and https://github.com/FNA-XNA/FNA3D/blob/25.10/LICENSE
This commit is contained in:
Hans Christian Schmitz
2025-10-17 16:45:17 +02:00
parent e044476126
commit 42ee273a97
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Accuracy-focused XNA4 reimplementation for open platforms";
homepage = "https://fna-xna.github.io/";
license = lib.licenses.mspl;
license = lib.licenses.zlib;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ mrtnvgr ];
};