mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
maintainers/teams: add gnome team
gnome3.maintainers attribute always felt like a hack and now we finally have a place to put a groups of maintainers. Also remove lethalman, as they are no longer available.
This commit is contained in:
parent
dce0f4f695
commit
8597ab9994
|
@ -21,4 +21,13 @@ with lib.maintainers; {
|
|||
members = [ jtojnar worldofpeace ];
|
||||
scope = "Maintain Freedesktop.org packages for graphical desktop.";
|
||||
};
|
||||
|
||||
gnome = {
|
||||
members = [
|
||||
hedning
|
||||
jtojnar
|
||||
worldofpeace
|
||||
];
|
||||
scope = "Maintain GNOME desktop environment and platform.";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
|||
in
|
||||
lib.filter (x: !(builtins.elem (lib.getName x) namesToRemove)) packages;
|
||||
|
||||
maintainers = with pkgs.lib.maintainers; [ lethalman jtojnar hedning worldofpeace ];
|
||||
maintainers = lib.teams.gnome.members;
|
||||
|
||||
libsoup = pkgs.libsoup.override { gnomeSupport = true; };
|
||||
libchamplain = pkgs.libchamplain.override { libsoup = libsoup; };
|
||||
|
|
Loading…
Reference in a new issue