leocad: remove hetraeus from maintainers (eval error) (#398046)

This commit is contained in:
Aleksana 2025-04-13 19:56:29 +08:00 committed by GitHub
commit c695fae350
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
peterhoeg
hetraeus
];
platforms = lib.platforms.linux;
};