Merge pull request #138434 from bobby285271/pantheon-team

treewide: switch from pantheon.maintainers to lib.teams.pantheon

authored by

davidak and committed by
GitHub
dfa2dd95 a0d68379

+93 -96
+1 -1
nixos/modules/services/desktops/gsignond.nix
··· 9 in 10 { 11 12 - meta.maintainers = pkgs.pantheon.maintainers; 13 14 ###### interface 15
··· 9 in 10 { 11 12 + meta.maintainers = teams.pantheon.members; 13 14 ###### interface 15
+1 -1
nixos/modules/services/x11/desktop-managers/pantheon.nix
··· 18 19 meta = { 20 doc = ./pantheon.xml; 21 - maintainers = pkgs.pantheon.maintainers; 22 }; 23 24 options = {
··· 18 19 meta = { 20 doc = ./pantheon.xml; 21 + maintainers = teams.pantheon.members; 22 }; 23 24 options = {
+2 -2
nixos/tests/pantheon.nix
··· 3 { 4 name = "pantheon"; 5 6 - meta = with pkgs.lib.maintainers; { 7 - maintainers = pkgs.pantheon.maintainers; 8 }; 9 10 machine = { ... }:
··· 3 { 4 name = "pantheon"; 5 6 + meta = with lib; { 7 + maintainers = teams.pantheon.members; 8 }; 9 10 machine = { ... }:
+1 -1
pkgs/applications/graphics/akira/default.nix
··· 69 description = "Native Linux Design application built in Vala and GTK"; 70 homepage = "https://github.com/akiraux/Akira"; 71 license = licenses.gpl3Plus; 72 - maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ pantheon.maintainers; 73 platforms = platforms.linux; 74 }; 75 }
··· 69 description = "Native Linux Design application built in Vala and GTK"; 70 homepage = "https://github.com/akiraux/Akira"; 71 license = licenses.gpl3Plus; 72 + maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ teams.pantheon.members; 73 platforms = platforms.linux; 74 }; 75 }
+1 -1
pkgs/applications/graphics/ideogram/default.nix
··· 61 description = "Insert emoji anywhere, even in non-native apps - designed for elementary OS"; 62 homepage = "https://github.com/cassidyjames/ideogram"; 63 license = licenses.gpl2Plus; 64 - maintainers = pantheon.maintainers; 65 platforms = platforms.linux; 66 }; 67
··· 61 description = "Insert emoji anywhere, even in non-native apps - designed for elementary OS"; 62 homepage = "https://github.com/cassidyjames/ideogram"; 63 license = licenses.gpl2Plus; 64 + maintainers = teams.pantheon.members; 65 platforms = platforms.linux; 66 }; 67
+1 -1
pkgs/applications/misc/appeditor/default.nix
··· 56 meta = with lib; { 57 description = "Edit the Pantheon desktop application menu"; 58 homepage = "https://github.com/donadigo/appeditor"; 59 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 60 platforms = platforms.linux; 61 license = licenses.gpl3Plus; 62 };
··· 56 meta = with lib; { 57 description = "Edit the Pantheon desktop application menu"; 58 homepage = "https://github.com/donadigo/appeditor"; 59 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 60 platforms = platforms.linux; 61 license = licenses.gpl3Plus; 62 };
+1 -1
pkgs/applications/misc/cipher/default.nix
··· 57 meta = with lib; { 58 description = "A simple application for encoding and decoding text, designed for elementary OS"; 59 homepage = "https://github.com/arshubham/cipher"; 60 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 61 platforms = platforms.linux; 62 license = licenses.gpl3Plus; 63 };
··· 57 meta = with lib; { 58 description = "A simple application for encoding and decoding text, designed for elementary OS"; 59 homepage = "https://github.com/arshubham/cipher"; 60 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 61 platforms = platforms.linux; 62 license = licenses.gpl3Plus; 63 };
+1 -1
pkgs/applications/misc/formatter/default.nix
··· 71 meta = with lib; { 72 description = "A simple formatter designed for elementary OS"; 73 homepage = "https://github.com/Djaler/Formatter"; 74 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 75 platforms = platforms.linux; 76 license = licenses.lgpl2Plus; 77 };
··· 71 meta = with lib; { 72 description = "A simple formatter designed for elementary OS"; 73 homepage = "https://github.com/Djaler/Formatter"; 74 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 75 platforms = platforms.linux; 76 license = licenses.lgpl2Plus; 77 };
+1 -2
pkgs/applications/misc/plank/default.nix
··· 23 , libgee 24 , wrapGAppsHook 25 , autoreconfHook 26 - , pantheon 27 }: 28 29 stdenv.mkDerivation rec { ··· 84 homepage = "https://launchpad.net/plank"; 85 license = licenses.gpl3Plus; 86 platforms = platforms.linux; 87 - maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers; 88 }; 89 }
··· 23 , libgee 24 , wrapGAppsHook 25 , autoreconfHook 26 }: 27 28 stdenv.mkDerivation rec { ··· 83 homepage = "https://launchpad.net/plank"; 84 license = licenses.gpl3Plus; 85 platforms = platforms.linux; 86 + maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members; 87 }; 88 }
+1 -1
pkgs/applications/misc/sequeler/default.nix
··· 45 ''; 46 homepage = "https://github.com/Alecaddd/sequeler"; 47 license = licenses.gpl3; 48 - maintainers = [ maintainers.etu ] ++ pantheon.maintainers; 49 platforms = platforms.linux; 50 }; 51 }
··· 45 ''; 46 homepage = "https://github.com/Alecaddd/sequeler"; 47 license = licenses.gpl3; 48 + maintainers = with maintainers; [ etu ] ++ teams.pantheon.members; 49 platforms = platforms.linux; 50 }; 51 }
+1 -1
pkgs/applications/networking/browsers/ephemeral/default.nix
··· 64 meta = with lib; { 65 description = "The always-incognito web browser"; 66 homepage = "https://github.com/cassidyjames/ephemeral"; 67 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 68 platforms = platforms.linux; 69 license = licenses.gpl3; 70 };
··· 64 meta = with lib; { 65 description = "The always-incognito web browser"; 66 homepage = "https://github.com/cassidyjames/ephemeral"; 67 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 68 platforms = platforms.linux; 69 license = licenses.gpl3; 70 };
+1 -1
pkgs/applications/networking/ping/default.nix
··· 61 meta = with lib; { 62 description = "A helpful tool that lets you debug what part of your API is causing you issues"; 63 homepage = "https://github.com/jeremyvaartjes/ping"; 64 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 65 platforms = platforms.linux; 66 license = licenses.gpl3; 67 };
··· 61 meta = with lib; { 62 description = "A helpful tool that lets you debug what part of your API is causing you issues"; 63 homepage = "https://github.com/jeremyvaartjes/ping"; 64 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 65 platforms = platforms.linux; 66 license = licenses.gpl3; 67 };
+1 -1
pkgs/applications/office/agenda/default.nix
··· 59 meta = with lib; { 60 description = "A simple, fast, no-nonsense to-do (task) list designed for elementary OS"; 61 homepage = "https://github.com/dahenson/agenda"; 62 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 63 platforms = platforms.linux; 64 license = licenses.gpl3; 65 };
··· 59 meta = with lib; { 60 description = "A simple, fast, no-nonsense to-do (task) list designed for elementary OS"; 61 homepage = "https://github.com/dahenson/agenda"; 62 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 63 platforms = platforms.linux; 64 license = licenses.gpl3; 65 };
+1 -1
pkgs/applications/office/elementary-planner/default.nix
··· 84 description = "Task manager with Todoist support designed for GNU/Linux 🚀️"; 85 homepage = "https://planner-todo.web.app"; 86 license = licenses.gpl3; 87 - maintainers = with maintainers; [ dtzWill ] ++ pantheon.maintainers; 88 }; 89 } 90
··· 84 description = "Task manager with Todoist support designed for GNU/Linux 🚀️"; 85 homepage = "https://planner-todo.web.app"; 86 license = licenses.gpl3; 87 + maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members; 88 }; 89 } 90
+1 -1
pkgs/applications/office/khronos/default.nix
··· 60 meta = with lib; { 61 description = "Track each task's time in a simple inobtrusive way"; 62 homepage = "https://github.com/lainsce/khronos"; 63 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 64 platforms = platforms.linux; 65 license = licenses.gpl3Plus; 66 };
··· 60 meta = with lib; { 61 description = "Track each task's time in a simple inobtrusive way"; 62 homepage = "https://github.com/lainsce/khronos"; 63 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 64 platforms = platforms.linux; 65 license = licenses.gpl3Plus; 66 };
+1 -1
pkgs/applications/office/spice-up/default.nix
··· 70 meta = with lib; { 71 description = "Create simple and beautiful presentations"; 72 homepage = "https://github.com/Philip-Scott/Spice-up"; 73 - maintainers = with maintainers; [ samdroid-apps xiorcale ] ++ pantheon.maintainers; 74 platforms = platforms.linux; 75 # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+ 76 license = licenses.gpl3Plus;
··· 70 meta = with lib; { 71 description = "Create simple and beautiful presentations"; 72 homepage = "https://github.com/Philip-Scott/Spice-up"; 73 + maintainers = with maintainers; [ samdroid-apps xiorcale ] ++ teams.pantheon.members; 74 platforms = platforms.linux; 75 # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+ 76 license = licenses.gpl3Plus;
+1 -1
pkgs/applications/science/math/nasc/default.nix
··· 80 the equations it’s used in. 81 ''; 82 homepage = "https://github.com/parnold-x/nasc"; 83 - maintainers = pantheon.maintainers; 84 platforms = platforms.linux; 85 license = licenses.gpl3Plus; 86 };
··· 80 the equations it’s used in. 81 ''; 82 homepage = "https://github.com/parnold-x/nasc"; 83 + maintainers = teams.pantheon.members; 84 platforms = platforms.linux; 85 license = licenses.gpl3Plus; 86 };
+1 -1
pkgs/applications/system/monitor/default.nix
··· 69 section in the NixOS manual. 70 ''; 71 homepage = "https://github.com/stsdc/monitor"; 72 - maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 73 platforms = platforms.linux; 74 license = licenses.gpl3; 75 };
··· 69 section in the NixOS manual. 70 ''; 71 homepage = "https://github.com/stsdc/monitor"; 72 + maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; 73 platforms = platforms.linux; 74 license = licenses.gpl3; 75 };
+1 -1
pkgs/desktops/gnome/core/gnome-settings-daemon/3.38/default.nix
··· 129 description = "GNOME Settings Daemon"; 130 homepage = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/"; 131 license = licenses.gpl2Plus; 132 - maintainers = pantheon.maintainers; 133 platforms = platforms.linux; 134 }; 135 }
··· 129 description = "GNOME Settings Daemon"; 130 homepage = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/"; 131 license = licenses.gpl2Plus; 132 + maintainers = teams.pantheon.members; 133 platforms = platforms.linux; 134 }; 135 }
+1 -1
pkgs/desktops/gnome/core/mutter/3.38/default.nix
··· 157 description = "A window manager for GNOME"; 158 homepage = "https://gitlab.gnome.org/GNOME/mutter"; 159 license = licenses.gpl2Plus; 160 - maintainers = pantheon.maintainers; 161 platforms = platforms.linux; 162 }; 163 };
··· 157 description = "A window manager for GNOME"; 158 homepage = "https://gitlab.gnome.org/GNOME/mutter"; 159 license = licenses.gpl2Plus; 160 + maintainers = teams.pantheon.members; 161 platforms = platforms.linux; 162 }; 163 };
+1 -1
pkgs/desktops/pantheon/apps/appcenter/default.nix
··· 97 description = "An open, pay-what-you-want app store for indie developers, designed for elementary OS"; 98 license = licenses.gpl3Plus; 99 platforms = platforms.linux; 100 - maintainers = pantheon.maintainers; 101 }; 102 }
··· 97 description = "An open, pay-what-you-want app store for indie developers, designed for elementary OS"; 98 license = licenses.gpl3Plus; 99 platforms = platforms.linux; 100 + maintainers = teams.pantheon.members; 101 }; 102 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
··· 68 description = "Calculator app designed for elementary OS"; 69 license = licenses.gpl3Plus; 70 platforms = platforms.linux; 71 - maintainers = pantheon.maintainers; 72 }; 73 }
··· 68 description = "Calculator app designed for elementary OS"; 69 license = licenses.gpl3Plus; 70 platforms = platforms.linux; 71 + maintainers = teams.pantheon.members; 72 }; 73 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
··· 83 homepage = "https://github.com/elementary/calendar"; 84 license = licenses.gpl3Plus; 85 platforms = platforms.linux; 86 - maintainers = pantheon.maintainers; 87 }; 88 }
··· 83 homepage = "https://github.com/elementary/calendar"; 84 license = licenses.gpl3Plus; 85 platforms = platforms.linux; 86 + maintainers = teams.pantheon.members; 87 }; 88 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-camera/default.nix
··· 80 homepage = "https://github.com/elementary/camera"; 81 license = licenses.gpl3Plus; 82 platforms = platforms.linux; 83 - maintainers = pantheon.maintainers; 84 }; 85 }
··· 80 homepage = "https://github.com/elementary/camera"; 81 license = licenses.gpl3Plus; 82 platforms = platforms.linux; 83 + maintainers = teams.pantheon.members; 84 }; 85 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-code/default.nix
··· 107 homepage = "https://github.com/elementary/code"; 108 license = licenses.gpl3Plus; 109 platforms = platforms.linux; 110 - maintainers = pantheon.maintainers; 111 }; 112 }
··· 107 homepage = "https://github.com/elementary/code"; 108 license = licenses.gpl3Plus; 109 platforms = platforms.linux; 110 + maintainers = teams.pantheon.members; 111 }; 112 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-dock/default.nix
··· 75 homepage = "https://github.com/elementary/dock"; 76 license = licenses.gpl3Plus; 77 platforms = platforms.linux; 78 - maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers; 79 }; 80 }
··· 75 homepage = "https://github.com/elementary/dock"; 76 license = licenses.gpl3Plus; 77 platforms = platforms.linux; 78 + maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members; 79 }; 80 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-feedback/default.nix
··· 79 homepage = "https://github.com/elementary/feedback"; 80 license = licenses.gpl3Plus; 81 platforms = platforms.linux; 82 - maintainers = pantheon.maintainers; 83 }; 84 }
··· 79 homepage = "https://github.com/elementary/feedback"; 80 license = licenses.gpl3Plus; 81 platforms = platforms.linux; 82 + maintainers = teams.pantheon.members; 83 }; 84 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-files/default.nix
··· 99 homepage = "https://github.com/elementary/files"; 100 license = licenses.gpl3Plus; 101 platforms = platforms.linux; 102 - maintainers = pantheon.maintainers; 103 }; 104 }
··· 99 homepage = "https://github.com/elementary/files"; 100 license = licenses.gpl3Plus; 101 platforms = platforms.linux; 102 + maintainers = teams.pantheon.members; 103 }; 104 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-mail/default.nix
··· 84 homepage = "https://github.com/elementary/mail"; 85 license = licenses.gpl3Plus; 86 platforms = platforms.linux; 87 - maintainers = pantheon.maintainers ++ [ maintainers.ethancedwards8 ]; 88 }; 89 }
··· 84 homepage = "https://github.com/elementary/mail"; 85 license = licenses.gpl3Plus; 86 platforms = platforms.linux; 87 + maintainers = with maintainers; [ ethancedwards8 ] ++ teams.pantheon.members; 88 }; 89 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-music/default.nix
··· 107 homepage = "https://github.com/elementary/music"; 108 license = licenses.gpl3Plus; 109 platforms = platforms.linux; 110 - maintainers = pantheon.maintainers; 111 }; 112 }
··· 107 homepage = "https://github.com/elementary/music"; 108 license = licenses.gpl3Plus; 109 platforms = platforms.linux; 110 + maintainers = teams.pantheon.members; 111 }; 112 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-photos/default.nix
··· 113 homepage = "https://github.com/elementary/photos"; 114 license = licenses.lgpl21Plus; 115 platforms = platforms.linux; 116 - maintainers = pantheon.maintainers; 117 }; 118 }
··· 113 homepage = "https://github.com/elementary/photos"; 114 license = licenses.lgpl21Plus; 115 platforms = platforms.linux; 116 + maintainers = teams.pantheon.members; 117 }; 118 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix
··· 65 homepage = "https://github.com/elementary/screenshot"; 66 license = licenses.lgpl3; 67 platforms = platforms.linux; 68 - maintainers = pantheon.maintainers; 69 }; 70 }
··· 65 homepage = "https://github.com/elementary/screenshot"; 66 license = licenses.lgpl3; 67 platforms = platforms.linux; 68 + maintainers = teams.pantheon.members; 69 }; 70 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-tasks/default.nix
··· 79 description = "Synced tasks and reminders on elementary OS"; 80 license = licenses.gpl3Plus; 81 platforms = platforms.linux; 82 - maintainers = pantheon.maintainers; 83 }; 84 }
··· 79 description = "Synced tasks and reminders on elementary OS"; 80 license = licenses.gpl3Plus; 81 platforms = platforms.linux; 82 + maintainers = teams.pantheon.members; 83 }; 84 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
··· 90 homepage = "https://github.com/elementary/terminal"; 91 license = licenses.lgpl3; 92 platforms = platforms.linux; 93 - maintainers = pantheon.maintainers; 94 }; 95 }
··· 90 homepage = "https://github.com/elementary/terminal"; 91 license = licenses.lgpl3; 92 platforms = platforms.linux; 93 + maintainers = teams.pantheon.members; 94 }; 95 }
+1 -1
pkgs/desktops/pantheon/apps/elementary-videos/default.nix
··· 82 homepage = "https://github.com/elementary/videos"; 83 license = licenses.gpl3Plus; 84 platforms = platforms.linux; 85 - maintainers = pantheon.maintainers; 86 }; 87 }
··· 82 homepage = "https://github.com/elementary/videos"; 83 license = licenses.gpl3Plus; 84 platforms = platforms.linux; 85 + maintainers = teams.pantheon.members; 86 }; 87 }
+1 -1
pkgs/desktops/pantheon/apps/sideload/default.nix
··· 71 description = "Flatpak installer, designed for elementary OS"; 72 license = licenses.gpl3Plus; 73 platforms = platforms.linux; 74 - maintainers = pantheon.maintainers; 75 }; 76 }
··· 71 description = "Flatpak installer, designed for elementary OS"; 72 license = licenses.gpl3Plus; 73 platforms = platforms.linux; 74 + maintainers = teams.pantheon.members; 75 }; 76 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix
··· 66 homepage = "https://github.com/elementary/switchboard-plug-a11y"; 67 license = licenses.gpl3Plus; 68 platforms = platforms.linux; 69 - maintainers = pantheon.maintainers; 70 }; 71 }
··· 66 homepage = "https://github.com/elementary/switchboard-plug-a11y"; 67 license = licenses.gpl3Plus; 68 platforms = platforms.linux; 69 + maintainers = teams.pantheon.members; 70 }; 71 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
··· 63 homepage = "https://github.com/elementary/switchboard-plug-about"; 64 license = licenses.gpl3Plus; 65 platforms = platforms.linux; 66 - maintainers = pantheon.maintainers; 67 }; 68 69 }
··· 63 homepage = "https://github.com/elementary/switchboard-plug-about"; 64 license = licenses.gpl3Plus; 65 platforms = platforms.linux; 66 + maintainers = teams.pantheon.members; 67 }; 68 69 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
··· 60 homepage = "https://github.com/elementary/switchboard-plug-applications"; 61 license = licenses.gpl3Plus; 62 platforms = platforms.linux; 63 - maintainers = pantheon.maintainers; 64 }; 65 }
··· 60 homepage = "https://github.com/elementary/switchboard-plug-applications"; 61 license = licenses.gpl3Plus; 62 platforms = platforms.linux; 63 + maintainers = teams.pantheon.members; 64 }; 65 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
··· 60 homepage = "https://github.com/elementary/switchboard-plug-bluetooth"; 61 license = licenses.gpl3Plus; 62 platforms = platforms.linux; 63 - maintainers = pantheon.maintainers; 64 }; 65 66 }
··· 60 homepage = "https://github.com/elementary/switchboard-plug-bluetooth"; 61 license = licenses.gpl3Plus; 62 platforms = platforms.linux; 63 + maintainers = teams.pantheon.members; 64 }; 65 66 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
··· 66 homepage = "https://github.com/elementary/switchboard-plug-datetime"; 67 license = licenses.gpl3Plus; 68 platforms = platforms.linux; 69 - maintainers = pantheon.maintainers; 70 }; 71 }
··· 66 homepage = "https://github.com/elementary/switchboard-plug-datetime"; 67 license = licenses.gpl3Plus; 68 platforms = platforms.linux; 69 + maintainers = teams.pantheon.members; 70 }; 71 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
··· 48 homepage = "https://github.com/elementary/switchboard-plug-display"; 49 license = licenses.gpl3Plus; 50 platforms = platforms.linux; 51 - maintainers = pantheon.maintainers; 52 }; 53 }
··· 48 homepage = "https://github.com/elementary/switchboard-plug-display"; 49 license = licenses.gpl3Plus; 50 platforms = platforms.linux; 51 + maintainers = teams.pantheon.members; 52 }; 53 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
··· 74 homepage = "https://github.com/elementary/switchboard-plug-keyboard"; 75 license = licenses.gpl2Plus; 76 platforms = platforms.linux; 77 - maintainers = pantheon.maintainers; 78 }; 79 }
··· 74 homepage = "https://github.com/elementary/switchboard-plug-keyboard"; 75 license = licenses.gpl2Plus; 76 platforms = platforms.linux; 77 + maintainers = teams.pantheon.members; 78 }; 79 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
··· 73 homepage = "https://github.com/elementary/switchboard-plug-mouse-touchpad"; 74 license = licenses.gpl3Plus; 75 platforms = platforms.linux; 76 - maintainers = pantheon.maintainers; 77 }; 78 }
··· 73 homepage = "https://github.com/elementary/switchboard-plug-mouse-touchpad"; 74 license = licenses.gpl3Plus; 75 platforms = platforms.linux; 76 + maintainers = teams.pantheon.members; 77 }; 78 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
··· 62 homepage = "https://github.com/elementary/switchboard-plug-network"; 63 license = licenses.gpl3Plus; 64 platforms = platforms.linux; 65 - maintainers = pantheon.maintainers; 66 }; 67 }
··· 62 homepage = "https://github.com/elementary/switchboard-plug-network"; 63 license = licenses.gpl3Plus; 64 platforms = platforms.linux; 65 + maintainers = teams.pantheon.members; 66 }; 67 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
··· 60 homepage = "https://github.com/elementary/switchboard-plug-notifications"; 61 license = licenses.gpl2Plus; 62 platforms = platforms.linux; 63 - maintainers = pantheon.maintainers; 64 }; 65 }
··· 60 homepage = "https://github.com/elementary/switchboard-plug-notifications"; 61 license = licenses.gpl2Plus; 62 platforms = platforms.linux; 63 + maintainers = teams.pantheon.members; 64 }; 65 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
··· 71 homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts"; 72 license = licenses.gpl3Plus; 73 platforms = platforms.linux; 74 - maintainers = pantheon.maintainers; 75 }; 76 77 }
··· 71 homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts"; 72 license = licenses.gpl3Plus; 73 platforms = platforms.linux; 74 + maintainers = teams.pantheon.members; 75 }; 76 77 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
··· 78 homepage = "https://github.com/elementary/switchboard-plug-pantheon-shell"; 79 license = licenses.gpl3Plus; 80 platforms = platforms.linux; 81 - maintainers = pantheon.maintainers; 82 }; 83 }
··· 78 homepage = "https://github.com/elementary/switchboard-plug-pantheon-shell"; 79 license = licenses.gpl3Plus; 80 platforms = platforms.linux; 81 + maintainers = teams.pantheon.members; 82 }; 83 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
··· 58 homepage = "https://github.com/elementary/switchboard-plug-power"; 59 license = licenses.gpl2Plus; 60 platforms = platforms.linux; 61 - maintainers = pantheon.maintainers; 62 }; 63 }
··· 58 homepage = "https://github.com/elementary/switchboard-plug-power"; 59 license = licenses.gpl2Plus; 60 platforms = platforms.linux; 61 + maintainers = teams.pantheon.members; 62 }; 63 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
··· 60 homepage = "https://github.com/elementary/switchboard-plug-printers"; 61 license = licenses.gpl3Plus; 62 platforms = platforms.linux; 63 - maintainers = pantheon.maintainers; 64 }; 65 66 }
··· 60 homepage = "https://github.com/elementary/switchboard-plug-printers"; 61 license = licenses.gpl3Plus; 62 platforms = platforms.linux; 63 + maintainers = teams.pantheon.members; 64 }; 65 66 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
··· 73 homepage = "https://github.com/elementary/switchboard-plug-security-privacy"; 74 license = licenses.gpl3Plus; 75 platforms = platforms.linux; 76 - maintainers = pantheon.maintainers; 77 }; 78 79 }
··· 73 homepage = "https://github.com/elementary/switchboard-plug-security-privacy"; 74 license = licenses.gpl3Plus; 75 platforms = platforms.linux; 76 + maintainers = teams.pantheon.members; 77 }; 78 79 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
··· 58 homepage = "https://github.com/elementary/switchboard-plug-sharing"; 59 license = licenses.gpl3Plus; 60 platforms = platforms.linux; 61 - maintainers = pantheon.maintainers; 62 }; 63 }
··· 58 homepage = "https://github.com/elementary/switchboard-plug-sharing"; 59 license = licenses.gpl3Plus; 60 platforms = platforms.linux; 61 + maintainers = teams.pantheon.members; 62 }; 63 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
··· 62 homepage = "https://github.com/elementary/switchboard-plug-sound"; 63 license = licenses.lgpl21Plus; 64 platforms = platforms.linux; 65 - maintainers = pantheon.maintainers; 66 }; 67 }
··· 62 homepage = "https://github.com/elementary/switchboard-plug-sound"; 63 license = licenses.lgpl21Plus; 64 platforms = platforms.linux; 65 + maintainers = teams.pantheon.members; 66 }; 67 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix
··· 67 homepage = "https://github.com/elementary/switchboard-plug-wacom"; 68 license = licenses.gpl3Plus; 69 platforms = platforms.linux; 70 - maintainers = pantheon.maintainers; 71 }; 72 }
··· 67 homepage = "https://github.com/elementary/switchboard-plug-wacom"; 68 license = licenses.gpl3Plus; 69 platforms = platforms.linux; 70 + maintainers = teams.pantheon.members; 71 }; 72 }
+1 -1
pkgs/desktops/pantheon/apps/switchboard/default.nix
··· 74 homepage = "https://github.com/elementary/switchboard"; 75 license = licenses.lgpl21Plus; 76 platforms = platforms.linux; 77 - maintainers = pantheon.maintainers; 78 }; 79 }
··· 74 homepage = "https://github.com/elementary/switchboard"; 75 license = licenses.lgpl21Plus; 76 platforms = platforms.linux; 77 + maintainers = teams.pantheon.members; 78 }; 79 }
+1 -1
pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
··· 39 homepage = "https://github.com/elementary/stylesheet"; 40 license = licenses.gpl3; 41 platforms = platforms.linux; 42 - maintainers = pantheon.maintainers; 43 }; 44 }
··· 39 homepage = "https://github.com/elementary/stylesheet"; 40 license = licenses.gpl3; 41 platforms = platforms.linux; 42 + maintainers = teams.pantheon.members; 43 }; 44 }
+1 -1
pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
··· 65 homepage = "https://github.com/elementary/icons"; 66 license = licenses.gpl3; 67 platforms = platforms.linux; 68 - maintainers = pantheon.maintainers; 69 }; 70 }
··· 65 homepage = "https://github.com/elementary/icons"; 66 license = licenses.gpl3; 67 platforms = platforms.linux; 68 + maintainers = teams.pantheon.members; 69 }; 70 }
+1 -1
pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix
··· 25 description = "Font for concealing text"; 26 homepage = "https://github.com/png2378/redacted-elementary"; 27 license = licenses.ofl; 28 - maintainers = pantheon.maintainers; 29 platforms = platforms.linux; 30 }; 31 }
··· 25 description = "Font for concealing text"; 26 homepage = "https://github.com/png2378/redacted-elementary"; 27 license = licenses.ofl; 28 + maintainers = teams.pantheon.members; 29 platforms = platforms.linux; 30 }; 31 }
+1 -1
pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix
··· 37 homepage = "https://github.com/elementary/sound-theme"; 38 license = licenses.unlicense; 39 platforms = platforms.linux; 40 - maintainers = pantheon.maintainers; 41 }; 42 }
··· 37 homepage = "https://github.com/elementary/sound-theme"; 38 license = licenses.unlicense; 39 platforms = platforms.linux; 40 + maintainers = teams.pantheon.members; 41 }; 42 }
+1 -1
pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
··· 37 homepage = "https://github.com/elementary/wallpapers"; 38 license = licenses.publicDomain; 39 platforms = platforms.linux; 40 - maintainers = pantheon.maintainers; 41 }; 42 } 43
··· 37 homepage = "https://github.com/elementary/wallpapers"; 38 license = licenses.publicDomain; 39 platforms = platforms.linux; 40 + maintainers = teams.pantheon.members; 41 }; 42 } 43
+1 -1
pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix
··· 85 homepage = "https://github.com/elementary/default-settings"; 86 license = licenses.gpl2Plus; 87 platforms = platforms.linux; 88 - maintainers = pantheon.maintainers; 89 }; 90 }
··· 85 homepage = "https://github.com/elementary/default-settings"; 86 license = licenses.gpl2Plus; 87 platforms = platforms.linux; 88 + maintainers = teams.pantheon.members; 89 }; 90 }
+1 -1
pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
··· 134 homepage = "https://github.com/elementary/greeter"; 135 license = licenses.gpl3Plus; 136 platforms = platforms.linux; 137 - maintainers = pantheon.maintainers; 138 }; 139 }
··· 134 homepage = "https://github.com/elementary/greeter"; 135 license = licenses.gpl3Plus; 136 platforms = platforms.linux; 137 + maintainers = teams.pantheon.members; 138 }; 139 }
+1 -1
pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
··· 76 homepage = "https://github.com/elementary/onboarding"; 77 license = licenses.gpl3Plus; 78 platforms = platforms.linux; 79 - maintainers = pantheon.maintainers; 80 }; 81 }
··· 76 homepage = "https://github.com/elementary/onboarding"; 77 license = licenses.gpl3Plus; 78 platforms = platforms.linux; 79 + maintainers = teams.pantheon.members; 80 }; 81 }
+1 -1
pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
··· 42 homepage = "https://github.com/elementary/print"; 43 license = licenses.gpl3Plus; 44 platforms = platforms.linux; 45 - maintainers = pantheon.maintainers; 46 }; 47 }
··· 42 homepage = "https://github.com/elementary/print"; 43 license = licenses.gpl3Plus; 44 platforms = platforms.linux; 45 + maintainers = teams.pantheon.members; 46 }; 47 }
+1 -1
pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
··· 155 homepage = "https://github.com/elementary/session-settings"; 156 license = licenses.gpl2Plus; 157 platforms = platforms.linux; 158 - maintainers = pantheon.maintainers; 159 }; 160 }
··· 155 homepage = "https://github.com/elementary/session-settings"; 156 license = licenses.gpl2Plus; 157 platforms = platforms.linux; 158 + maintainers = teams.pantheon.members; 159 }; 160 }
+1 -1
pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
··· 70 homepage = "https://github.com/elementary/shortcut-overlay"; 71 license = licenses.gpl3Plus; 72 platforms = platforms.linux; 73 - maintainers = pantheon.maintainers; 74 }; 75 }
··· 70 homepage = "https://github.com/elementary/shortcut-overlay"; 71 license = licenses.gpl3Plus; 72 platforms = platforms.linux; 73 + maintainers = teams.pantheon.members; 74 }; 75 }
+1 -1
pkgs/desktops/pantheon/desktop/gala/default.nix
··· 94 homepage = "https://github.com/elementary/gala"; 95 license = licenses.gpl3Plus; 96 platforms = platforms.linux; 97 - maintainers = pantheon.maintainers; 98 }; 99 }
··· 94 homepage = "https://github.com/elementary/gala"; 95 license = licenses.gpl3Plus; 96 platforms = platforms.linux; 97 + maintainers = teams.pantheon.members; 98 }; 99 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix
··· 65 homepage = "https://github.com/elementary/wingpanel-indicator-a11y"; 66 license = licenses.gpl2Plus; 67 platforms = platforms.linux; 68 - maintainers = pantheon.maintainers; 69 }; 70 }
··· 65 homepage = "https://github.com/elementary/wingpanel-indicator-a11y"; 66 license = licenses.gpl2Plus; 67 platforms = platforms.linux; 68 + maintainers = teams.pantheon.members; 69 }; 70 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix
··· 95 homepage = "https://github.com/elementary/applications-menu"; 96 license = licenses.gpl3Plus; 97 platforms = platforms.linux; 98 - maintainers = pantheon.maintainers; 99 }; 100 }
··· 95 homepage = "https://github.com/elementary/applications-menu"; 96 license = licenses.gpl3Plus; 97 platforms = platforms.linux; 98 + maintainers = teams.pantheon.members; 99 }; 100 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
··· 62 homepage = "https://github.com/elementary/wingpanel-indicator-bluetooth"; 63 license = licenses.lgpl21Plus; 64 platforms = platforms.linux; 65 - maintainers = pantheon.maintainers; 66 }; 67 }
··· 62 homepage = "https://github.com/elementary/wingpanel-indicator-bluetooth"; 63 license = licenses.lgpl21Plus; 64 platforms = platforms.linux; 65 + maintainers = teams.pantheon.members; 66 }; 67 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
··· 83 homepage = "https://github.com/elementary/wingpanel-indicator-datetime"; 84 license = licenses.gpl3Plus; 85 platforms = platforms.linux; 86 - maintainers = pantheon.maintainers; 87 }; 88 }
··· 83 homepage = "https://github.com/elementary/wingpanel-indicator-datetime"; 84 license = licenses.gpl3Plus; 85 platforms = platforms.linux; 86 + maintainers = teams.pantheon.members; 87 }; 88 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix
··· 70 homepage = "https://github.com/elementary/wingpanel-indicator-keyboard"; 71 license = licenses.gpl3Plus; 72 platforms = platforms.linux; 73 - maintainers = pantheon.maintainers; 74 }; 75 }
··· 70 homepage = "https://github.com/elementary/wingpanel-indicator-keyboard"; 71 license = licenses.gpl3Plus; 72 platforms = platforms.linux; 73 + maintainers = teams.pantheon.members; 74 }; 75 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
··· 68 homepage = "https://github.com/elementary/wingpanel-indicator-network"; 69 license = licenses.lgpl21Plus; 70 platforms = platforms.linux; 71 - maintainers = pantheon.maintainers; 72 }; 73 }
··· 68 homepage = "https://github.com/elementary/wingpanel-indicator-network"; 69 license = licenses.lgpl21Plus; 70 platforms = platforms.linux; 71 + maintainers = teams.pantheon.members; 72 }; 73 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
··· 60 homepage = "https://github.com/elementary/wingpanel-indicator-nightlight"; 61 license = licenses.gpl2Plus; 62 platforms = platforms.linux; 63 - maintainers = pantheon.maintainers; 64 }; 65 }
··· 60 homepage = "https://github.com/elementary/wingpanel-indicator-nightlight"; 61 license = licenses.gpl2Plus; 62 platforms = platforms.linux; 63 + maintainers = teams.pantheon.members; 64 }; 65 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
··· 62 homepage = "https://github.com/elementary/wingpanel-indicator-notifications"; 63 license = licenses.lgpl21Plus; 64 platforms = platforms.linux; 65 - maintainers = pantheon.maintainers; 66 }; 67 }
··· 62 homepage = "https://github.com/elementary/wingpanel-indicator-notifications"; 63 license = licenses.lgpl21Plus; 64 platforms = platforms.linux; 65 + maintainers = teams.pantheon.members; 66 }; 67 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
··· 72 homepage = "https://github.com/elementary/wingpanel-indicator-power"; 73 license = licenses.gpl3Plus; 74 platforms = platforms.linux; 75 - maintainers = pantheon.maintainers; 76 }; 77 }
··· 72 homepage = "https://github.com/elementary/wingpanel-indicator-power"; 73 license = licenses.gpl3Plus; 74 platforms = platforms.linux; 75 + maintainers = teams.pantheon.members; 76 }; 77 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
··· 62 homepage = "https://github.com/elementary/wingpanel-indicator-session"; 63 license = licenses.gpl2Plus; 64 platforms = platforms.linux; 65 - maintainers = pantheon.maintainers; 66 }; 67 }
··· 62 homepage = "https://github.com/elementary/wingpanel-indicator-session"; 63 license = licenses.gpl2Plus; 64 platforms = platforms.linux; 65 + maintainers = teams.pantheon.members; 66 }; 67 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix
··· 73 homepage = "https://github.com/elementary/wingpanel-indicator-sound"; 74 license = licenses.gpl3Plus; 75 platforms = platforms.linux; 76 - maintainers = pantheon.maintainers; 77 }; 78 }
··· 73 homepage = "https://github.com/elementary/wingpanel-indicator-sound"; 74 license = licenses.gpl3Plus; 75 platforms = platforms.linux; 76 + maintainers = teams.pantheon.members; 77 }; 78 }
+1 -1
pkgs/desktops/pantheon/desktop/wingpanel/default.nix
··· 84 homepage = "https://github.com/elementary/wingpanel"; 85 license = licenses.gpl3Plus; 86 platforms = platforms.linux; 87 - maintainers = pantheon.maintainers; 88 }; 89 }
··· 84 homepage = "https://github.com/elementary/wingpanel"; 85 license = licenses.gpl3Plus; 86 platforms = platforms.linux; 87 + maintainers = teams.pantheon.members; 88 }; 89 }
+1 -1
pkgs/desktops/pantheon/granite/default.nix
··· 67 homepage = "https://github.com/elementary/granite"; 68 license = licenses.lgpl3Plus; 69 platforms = platforms.linux; 70 - maintainers = pantheon.maintainers; 71 }; 72 }
··· 67 homepage = "https://github.com/elementary/granite"; 68 license = licenses.lgpl3Plus; 69 platforms = platforms.linux; 70 + maintainers = teams.pantheon.members; 71 }; 72 }
+1 -1
pkgs/desktops/pantheon/services/contractor/default.nix
··· 54 homepage = "https://github.com/elementary/contractor"; 55 license = licenses.gpl3Plus; 56 platforms = platforms.linux; 57 - maintainers = pantheon.maintainers; 58 }; 59 }
··· 54 homepage = "https://github.com/elementary/contractor"; 55 license = licenses.gpl3Plus; 56 platforms = platforms.linux; 57 + maintainers = teams.pantheon.members; 58 }; 59 }
+1 -1
pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
··· 70 homepage = "https://github.com/elementary/capnet-assist"; 71 license = licenses.gpl3Plus; 72 platforms = platforms.linux; 73 - maintainers = pantheon.maintainers; 74 }; 75 }
··· 70 homepage = "https://github.com/elementary/capnet-assist"; 71 license = licenses.gpl3Plus; 72 platforms = platforms.linux; 73 + maintainers = teams.pantheon.members; 74 }; 75 }
+1 -1
pkgs/desktops/pantheon/services/elementary-notifications/default.nix
··· 56 description = "GTK notification server for Pantheon"; 57 homepage = "https://github.com/elementary/notifications"; 58 license = licenses.gpl3Plus; 59 - maintainers = pantheon.maintainers; 60 platforms = platforms.linux; 61 }; 62 }
··· 56 description = "GTK notification server for Pantheon"; 57 homepage = "https://github.com/elementary/notifications"; 58 license = licenses.gpl3Plus; 59 + maintainers = teams.pantheon.members; 60 platforms = platforms.linux; 61 }; 62 }
+1 -1
pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
··· 61 description = "Settings daemon for Pantheon"; 62 homepage = "https://github.com/elementary/settings-daemon"; 63 license = licenses.gpl3Plus; 64 - maintainers = pantheon.maintainers; 65 platforms = platforms.linux; 66 }; 67 }
··· 61 description = "Settings daemon for Pantheon"; 62 homepage = "https://github.com/elementary/settings-daemon"; 63 license = licenses.gpl3Plus; 64 + maintainers = teams.pantheon.members; 65 platforms = platforms.linux; 66 }; 67 }
+1 -1
pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
··· 56 homepage = "https://github.com/elementary/pantheon-agent-geoclue2"; 57 license = licenses.gpl3Plus; 58 platforms = platforms.linux; 59 - maintainers = pantheon.maintainers; 60 }; 61 }
··· 56 homepage = "https://github.com/elementary/pantheon-agent-geoclue2"; 57 license = licenses.gpl3Plus; 58 platforms = platforms.linux; 59 + maintainers = teams.pantheon.members; 60 }; 61 }
+1 -1
pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
··· 50 homepage = "https://github.com/elementary/pantheon-agent-polkit"; 51 license = licenses.lgpl21Plus; 52 platforms = platforms.linux; 53 - maintainers = pantheon.maintainers; 54 }; 55 }
··· 50 homepage = "https://github.com/elementary/pantheon-agent-polkit"; 51 license = licenses.lgpl21Plus; 52 platforms = platforms.linux; 53 + maintainers = teams.pantheon.members; 54 }; 55 }
+1 -1
pkgs/development/libraries/bamf/default.nix
··· 94 homepage = "https://launchpad.net/bamf"; 95 license = licenses.lgpl3; 96 platforms = platforms.linux; 97 - maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers; 98 }; 99 }
··· 94 homepage = "https://launchpad.net/bamf"; 95 license = licenses.lgpl3; 96 platforms = platforms.linux; 97 + maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members; 98 }; 99 }
+1 -1
pkgs/development/tools/vala-lint/default.nix
··· 46 ''; 47 license = licenses.gpl2Plus; 48 platforms = platforms.linux; 49 - maintainers = pantheon.maintainers; 50 }; 51 }
··· 46 ''; 47 license = licenses.gpl2Plus; 48 platforms = platforms.linux; 49 + maintainers = teams.pantheon.members; 50 }; 51 }
+1 -1
pkgs/misc/screensavers/light-locker/default.nix
··· 84 ConsoleKit/UPower or logind/systemd. 85 ''; 86 license = licenses.gpl2; 87 - maintainers = with maintainers; [ obadz ] ++ pantheon.maintainers; 88 platforms = platforms.linux; 89 }; 90 }
··· 84 ConsoleKit/UPower or logind/systemd. 85 ''; 86 license = licenses.gpl2; 87 + maintainers = with maintainers; [ obadz ] ++ teams.pantheon.members; 88 platforms = platforms.linux; 89 }; 90 }
+1 -1
pkgs/tools/inputmethods/touchegg/default.nix
··· 62 description = "Linux multi-touch gesture recognizer"; 63 license = licenses.gpl3Plus; 64 platforms = platforms.linux; 65 - maintainers = pantheon.maintainers; 66 }; 67 }
··· 62 description = "Linux multi-touch gesture recognizer"; 63 license = licenses.gpl3Plus; 64 platforms = platforms.linux; 65 + maintainers = teams.pantheon.members; 66 }; 67 }
+1 -1
pkgs/tools/misc/hashit/default.nix
··· 43 description = "A simple app for checking usual checksums - Designed for elementary OS"; 44 homepage = "https://github.com/artemanufrij/hashit"; 45 license = licenses.gpl2Plus; 46 - maintainers = pantheon.maintainers; 47 platforms = platforms.linux; 48 }; 49 }
··· 43 description = "A simple app for checking usual checksums - Designed for elementary OS"; 44 homepage = "https://github.com/artemanufrij/hashit"; 45 license = licenses.gpl2Plus; 46 + maintainers = teams.pantheon.members; 47 platforms = platforms.linux; 48 }; 49 }
+1 -3
pkgs/tools/text/snippetpixie/default.nix
··· 86 ''; 87 homepage = "https://www.snippetpixie.com"; 88 license = licenses.gpl2Plus; 89 - maintainers = with maintainers; [ 90 - ianmjones 91 - ] ++ pantheon.maintainers; 92 platforms = platforms.linux; 93 }; 94 }
··· 86 ''; 87 homepage = "https://www.snippetpixie.com"; 88 license = licenses.gpl2Plus; 89 + maintainers = with maintainers; [ ianmjones ] ++ teams.pantheon.members; 90 platforms = platforms.linux; 91 }; 92 }