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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user