glom: Drop gnome team from maintainers

It is archived upstream.
This commit is contained in:
Jan Tojnar 2025-01-21 01:59:41 +01:00
parent b00b50a73a
commit c58ed69301

View File

@ -155,11 +155,9 @@ stdenv.mkDerivation (finalAttrs: {
gpl2
];
homepage = "https://gitlab.gnome.org/Archive/glom";
maintainers =
lib.teams.gnome.members
++ (with lib.maintainers; [
bot-wxt1221
]);
maintainers = with lib.maintainers; [
bot-wxt1221
];
platforms = lib.platforms.linux;
};
})