freecad: add grimmauld to maintainers

This commit is contained in:
Grimmauld
2025-05-19 23:36:54 +02:00
parent caabf7b80a
commit 84fbb41ac8
+4 -1
View File
@@ -241,7 +241,10 @@ freecad-utils.makeCustomizable (
right at home with FreeCAD.
'';
license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ srounce ];
maintainers = with lib.maintainers; [
srounce
grimmauld
];
platforms = lib.platforms.linux;
};
})