pantheon: add maintainers team

davidak 8f02a448 99172dc3

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