freecad: remove AndersonTorres as maintainer

Effectively orphaning the package.
This commit is contained in:
Anderson Torres
2024-11-14 21:36:25 -03:00
parent 4aad3e8c77
commit 72eb4b7e04
+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;
};
})