lib3mf: adopt

This commit is contained in:
Guilhem Saurel
2025-10-28 19:54:35 +01:00
parent cdcdbe2731
commit 411147488f
+1 -1
View File
@@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Reference implementation of the 3D Manufacturing Format file standard";
homepage = "https://3mf.io/";
license = licenses.bsd2;
maintainers = [ ];
maintainers = with maintainers; [ nim65s ];
platforms = platforms.all;
};
})