freecad: remove AndersonTorres as maintainer (#356045)

This commit is contained in:
Pol Dellaiera
2024-11-15 05:05:18 +01:00
committed by GitHub
+1 -1
View File
@@ -212,7 +212,7 @@ stdenv.mkDerivation (finalAttrs: {
right at home with FreeCAD.
'';
license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ gebner AndersonTorres srounce ];
maintainers = with lib.maintainers; [ gebner srounce ];
platforms = lib.platforms.linux;
};
})