Unverified Commit 42ee273a authored by Hans Christian Schmitz's avatar Hans Christian Schmitz
Browse files

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
parent e0444761
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };