pantheon: add maintainers team

davidak 8f02a448 99172dc3

+24 -22
+2 -2
nixos/modules/services/desktops/bamf.nix
··· 5 with lib; 6 7 { 8 - meta = { 9 - maintainers = with maintainers; [ ]; 10 }; 11 12 ###### interface
··· 5 with lib; 6 7 { 8 + meta = with lib; { 9 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 10 }; 11 12 ###### interface
+3 -1
nixos/modules/services/desktops/geoclue2.nix
··· 266 } // mapAttrs' appConfigToINICompatible cfg.appConfig); 267 }; 268 269 - meta.maintainers = with lib.maintainers; [ ]; 270 }
··· 266 } // mapAttrs' appConfigToINICompatible cfg.appConfig); 267 }; 268 269 + meta = with lib; { 270 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 271 + }; 272 }
+2 -2
nixos/modules/services/desktops/tumbler.nix
··· 18 "") 19 ]; 20 21 - meta = { 22 - maintainers = with maintainers; [ ]; 23 }; 24 25 ###### interface
··· 18 "") 19 ]; 20 21 + meta = with lib; { 22 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 23 }; 24 25 ###### interface
+2 -2
nixos/modules/services/desktops/zeitgeist.nix
··· 6 7 { 8 9 - meta = { 10 - maintainers = with maintainers; [ ]; 11 }; 12 13 ###### interface
··· 6 7 { 8 9 + meta = with lib; { 10 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 11 }; 12 13 ###### interface
+1 -1
nixos/modules/services/x11/display-managers/account-service-util.nix
··· 39 ''; 40 41 meta = with lib; { 42 - maintainers = with maintainers; [ ]; 43 }; 44 }
··· 39 ''; 40 41 meta = with lib; { 42 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 43 }; 44 }
+2 -2
nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
··· 10 11 in 12 { 13 - meta = { 14 - maintainers = with maintainers; [ ]; 15 }; 16 17 options = {
··· 10 11 in 12 { 13 + meta = with lib; { 14 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 15 }; 16 17 options = {
+2 -2
nixos/modules/services/x11/display-managers/lightdm.nix
··· 69 70 in 71 { 72 - meta = { 73 - maintainers = with maintainers; [ ]; 74 }; 75 76 # Note: the order in which lightdm greeter modules are imported
··· 69 70 in 71 { 72 + meta = with lib; { 73 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 74 }; 75 76 # Note: the order in which lightdm greeter modules are imported
+1 -1
pkgs/applications/audio/vocal/default.nix
··· 86 ''; 87 homepage = "https://github.com/needle-and-thread/vocal"; 88 license = licenses.gpl3Plus; 89 - maintainers = with maintainers; [ ]; 90 platforms = platforms.linux; 91 }; 92 }
··· 86 ''; 87 homepage = "https://github.com/needle-and-thread/vocal"; 88 license = licenses.gpl3Plus; 89 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 90 platforms = platforms.linux; 91 }; 92 }
+1 -1
pkgs/applications/display-managers/lightdm/default.nix
··· 142 description = "A cross-desktop display manager"; 143 platforms = platforms.linux; 144 license = licenses.gpl3; 145 - maintainers = with maintainers; [ ]; 146 }; 147 }
··· 142 description = "A cross-desktop display manager"; 143 platforms = platforms.linux; 144 license = licenses.gpl3; 145 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 146 }; 147 }
+1 -1
pkgs/applications/graphics/fondo/default.nix
··· 62 homepage = "https://github.com/calo001/fondo"; 63 description = "Find the most beautiful wallpapers for your desktop"; 64 license = licenses.agpl3Plus; 65 - maintainers = with maintainers; [ AndersonTorres ]; 66 platforms = platforms.linux; 67 }; 68
··· 62 homepage = "https://github.com/calo001/fondo"; 63 description = "Find the most beautiful wallpapers for your desktop"; 64 license = licenses.agpl3Plus; 65 + maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 66 platforms = platforms.linux; 67 }; 68
+1 -1
pkgs/applications/misc/notejot/default.nix
··· 54 homepage = "https://github.com/lainsce/notejot"; 55 description = "Stupidly-simple sticky notes applet"; 56 license = licenses.gpl3Plus; 57 - maintainers = with maintainers; [ AndersonTorres ]; 58 platforms = platforms.linux; 59 }; 60
··· 54 homepage = "https://github.com/lainsce/notejot"; 55 description = "Stupidly-simple sticky notes applet"; 56 license = licenses.gpl3Plus; 57 + maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 58 platforms = platforms.linux; 59 }; 60
+1 -1
pkgs/applications/misc/olifant/default.nix
··· 64 description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey"; 65 homepage = "https://github.com/cleac/olifant"; 66 license = licenses.gpl3; 67 - maintainers = with maintainers; [ ]; 68 }; 69 }
··· 64 description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey"; 65 homepage = "https://github.com/cleac/olifant"; 66 license = licenses.gpl3; 67 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 68 }; 69 }
+1 -1
pkgs/applications/networking/ftp/taxi/default.nix
··· 54 homepage = "https://github.com/Alecaddd/taxi"; 55 description = "The FTP Client that drives you anywhere"; 56 license = licenses.lgpl3Plus; 57 - maintainers = with maintainers; [ AndersonTorres ]; 58 platforms = platforms.linux; 59 }; 60
··· 54 homepage = "https://github.com/Alecaddd/taxi"; 55 description = "The FTP Client that drives you anywhere"; 56 license = licenses.lgpl3Plus; 57 + maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members; 58 platforms = platforms.linux; 59 }; 60
+1 -1
pkgs/applications/office/notes-up/default.nix
··· 66 + lib.optionalString withPantheon " - built with Contractor support"; 67 homepage = "https://github.com/Philip-Scott/Notes-up"; 68 license = licenses.gpl2Only; 69 - maintainers = with maintainers; [ davidak ]; 70 platforms = platforms.linux; 71 }; 72 }
··· 66 + lib.optionalString withPantheon " - built with Contractor support"; 67 homepage = "https://github.com/Philip-Scott/Notes-up"; 68 license = licenses.gpl2Only; 69 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 70 platforms = platforms.linux; 71 }; 72 }
+1 -1
pkgs/data/fonts/open-sans/default.nix
··· 26 homepage = "https://www.opensans.com"; 27 license = licenses.asl20; 28 platforms = platforms.all; 29 - maintainers = [ ]; 30 }; 31 }
··· 26 homepage = "https://www.opensans.com"; 27 license = licenses.asl20; 28 platforms = platforms.all; 29 + maintainers = with maintainers; [ ] ++ teams.pantheon.members; 30 }; 31 }
+1 -1
pkgs/desktops/pantheon/default.nix
··· 23 wingpanel-indicator-session wingpanel-indicator-sound 24 ]; 25 26 - maintainers = with pkgs.lib.maintainers; [ ]; 27 28 mutter = pkgs.gnome.mutter334; 29
··· 23 wingpanel-indicator-session wingpanel-indicator-sound 24 ]; 25 26 + maintainers = lib.teams.pantheon.members; 27 28 mutter = pkgs.gnome.mutter334; 29
+1 -1
pkgs/development/compilers/vala/default.nix
··· 100 homepage = "https://wiki.gnome.org/Projects/Vala"; 101 license = licenses.lgpl21Plus; 102 platforms = platforms.unix; 103 - maintainers = with maintainers; [ antono jtojnar peterhoeg maxeaubrey ]; 104 }; 105 }); 106
··· 100 homepage = "https://wiki.gnome.org/Projects/Vala"; 101 license = licenses.lgpl21Plus; 102 platforms = platforms.unix; 103 + maintainers = with maintainers; [ antono jtojnar peterhoeg maxeaubrey ] ++ teams.pantheon.members; 104 }; 105 }); 106