lib3ds: switch license to lgpl2Only

This commit is contained in:
jopejoe1
2025-09-28 18:47:21 +02:00
parent 140027f79f
commit 7109d3b73d
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library for managing 3D-Studio Release 3 and 4 \".3DS\" files";
homepage = "https://lib3ds.sourceforge.net/";
license = "LGPL";
license = lib.licenses.lgpl2Only;
platforms = lib.platforms.unix;
};
}