freecad: remove AndersonTorres as maintainer (#356045)

This commit is contained in:
Pol Dellaiera 2024-11-15 05:05:18 +01:00 committed by GitHub
commit 2fbe54222c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};
})