3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Bobby Rong 2021-09-18 23:00:51 +08:00
parent 3a00e2e34a
commit 0fd8cc3908
No known key found for this signature in database
GPG key ID: ED07364437C91161
92 changed files with 93 additions and 96 deletions

View file

@ -9,7 +9,7 @@ let
in in
{ {
meta.maintainers = pkgs.pantheon.maintainers; meta.maintainers = teams.pantheon.members;
###### interface ###### interface

View file

@ -18,7 +18,7 @@ in
meta = { meta = {
doc = ./pantheon.xml; doc = ./pantheon.xml;
maintainers = pkgs.pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
options = { options = {

View file

@ -3,8 +3,8 @@ import ./make-test-python.nix ({ pkgs, ...} :
{ {
name = "pantheon"; name = "pantheon";
meta = with pkgs.lib.maintainers; { meta = with lib; {
maintainers = pkgs.pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
machine = { ... }: machine = { ... }:

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
description = "Native Linux Design application built in Vala and GTK"; description = "Native Linux Design application built in Vala and GTK";
homepage = "https://github.com/akiraux/Akira"; homepage = "https://github.com/akiraux/Akira";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ pantheon.maintainers; maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
description = "Insert emoji anywhere, even in non-native apps - designed for elementary OS"; description = "Insert emoji anywhere, even in non-native apps - designed for elementary OS";
homepage = "https://github.com/cassidyjames/ideogram"; homepage = "https://github.com/cassidyjames/ideogram";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Edit the Pantheon desktop application menu"; description = "Edit the Pantheon desktop application menu";
homepage = "https://github.com/donadigo/appeditor"; homepage = "https://github.com/donadigo/appeditor";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple application for encoding and decoding text, designed for elementary OS"; description = "A simple application for encoding and decoding text, designed for elementary OS";
homepage = "https://github.com/arshubham/cipher"; homepage = "https://github.com/arshubham/cipher";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple formatter designed for elementary OS"; description = "A simple formatter designed for elementary OS";
homepage = "https://github.com/Djaler/Formatter"; homepage = "https://github.com/Djaler/Formatter";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
}; };

View file

@ -23,7 +23,6 @@
, libgee , libgee
, wrapGAppsHook , wrapGAppsHook
, autoreconfHook , autoreconfHook
, pantheon
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -84,6 +83,6 @@ stdenv.mkDerivation rec {
homepage = "https://launchpad.net/plank"; homepage = "https://launchpad.net/plank";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers; maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members;
}; };
} }

View file

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/Alecaddd/sequeler"; homepage = "https://github.com/Alecaddd/sequeler";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.etu ] ++ pantheon.maintainers; maintainers = with maintainers; [ etu ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "The always-incognito web browser"; description = "The always-incognito web browser";
homepage = "https://github.com/cassidyjames/ephemeral"; homepage = "https://github.com/cassidyjames/ephemeral";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
}; };

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A helpful tool that lets you debug what part of your API is causing you issues"; description = "A helpful tool that lets you debug what part of your API is causing you issues";
homepage = "https://github.com/jeremyvaartjes/ping"; homepage = "https://github.com/jeremyvaartjes/ping";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
}; };

View file

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple, fast, no-nonsense to-do (task) list designed for elementary OS"; description = "A simple, fast, no-nonsense to-do (task) list designed for elementary OS";
homepage = "https://github.com/dahenson/agenda"; homepage = "https://github.com/dahenson/agenda";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
}; };

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
description = "Task manager with Todoist support designed for GNU/Linux 🚀"; description = "Task manager with Todoist support designed for GNU/Linux 🚀";
homepage = "https://planner-todo.web.app"; homepage = "https://planner-todo.web.app";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill ] ++ pantheon.maintainers; maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members;
}; };
} }

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Track each task's time in a simple inobtrusive way"; description = "Track each task's time in a simple inobtrusive way";
homepage = "https://github.com/lainsce/khronos"; homepage = "https://github.com/lainsce/khronos";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Create simple and beautiful presentations"; description = "Create simple and beautiful presentations";
homepage = "https://github.com/Philip-Scott/Spice-up"; homepage = "https://github.com/Philip-Scott/Spice-up";
maintainers = with maintainers; [ samdroid-apps xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ samdroid-apps xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
# The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+ # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+
license = licenses.gpl3Plus; license = licenses.gpl3Plus;

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
the equations its used in. the equations its used in.
''; '';
homepage = "https://github.com/parnold-x/nasc"; homepage = "https://github.com/parnold-x/nasc";
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
section in the NixOS manual. section in the NixOS manual.
''; '';
homepage = "https://github.com/stsdc/monitor"; homepage = "https://github.com/stsdc/monitor";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
}; };

View file

@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
description = "GNOME Settings Daemon"; description = "GNOME Settings Daemon";
homepage = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/"; homepage = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -157,7 +157,7 @@ let self = stdenv.mkDerivation rec {
description = "A window manager for GNOME"; description = "A window manager for GNOME";
homepage = "https://gitlab.gnome.org/GNOME/mutter"; homepage = "https://gitlab.gnome.org/GNOME/mutter";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
}; };

View file

@ -97,6 +97,6 @@ stdenv.mkDerivation rec {
description = "An open, pay-what-you-want app store for indie developers, designed for elementary OS"; description = "An open, pay-what-you-want app store for indie developers, designed for elementary OS";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
description = "Calculator app designed for elementary OS"; description = "Calculator app designed for elementary OS";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -83,6 +83,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/calendar"; homepage = "https://github.com/elementary/calendar";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/camera"; homepage = "https://github.com/elementary/camera";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -107,6 +107,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/code"; homepage = "https://github.com/elementary/code";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/dock"; homepage = "https://github.com/elementary/dock";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers; maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members;
}; };
} }

View file

@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/feedback"; homepage = "https://github.com/elementary/feedback";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -99,6 +99,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/files"; homepage = "https://github.com/elementary/files";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -84,6 +84,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/mail"; homepage = "https://github.com/elementary/mail";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers ++ [ maintainers.ethancedwards8 ]; maintainers = with maintainers; [ ethancedwards8 ] ++ teams.pantheon.members;
}; };
} }

View file

@ -107,6 +107,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/music"; homepage = "https://github.com/elementary/music";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -113,6 +113,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/photos"; homepage = "https://github.com/elementary/photos";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -65,6 +65,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/screenshot"; homepage = "https://github.com/elementary/screenshot";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
description = "Synced tasks and reminders on elementary OS"; description = "Synced tasks and reminders on elementary OS";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -90,6 +90,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/terminal"; homepage = "https://github.com/elementary/terminal";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/videos"; homepage = "https://github.com/elementary/videos";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
description = "Flatpak installer, designed for elementary OS"; description = "Flatpak installer, designed for elementary OS";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-a11y"; homepage = "https://github.com/elementary/switchboard-plug-a11y";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-about"; homepage = "https://github.com/elementary/switchboard-plug-about";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-applications"; homepage = "https://github.com/elementary/switchboard-plug-applications";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-bluetooth"; homepage = "https://github.com/elementary/switchboard-plug-bluetooth";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-datetime"; homepage = "https://github.com/elementary/switchboard-plug-datetime";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-display"; homepage = "https://github.com/elementary/switchboard-plug-display";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-keyboard"; homepage = "https://github.com/elementary/switchboard-plug-keyboard";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-mouse-touchpad"; homepage = "https://github.com/elementary/switchboard-plug-mouse-touchpad";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-network"; homepage = "https://github.com/elementary/switchboard-plug-network";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-notifications"; homepage = "https://github.com/elementary/switchboard-plug-notifications";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts"; homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -78,6 +78,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-pantheon-shell"; homepage = "https://github.com/elementary/switchboard-plug-pantheon-shell";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-power"; homepage = "https://github.com/elementary/switchboard-plug-power";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-printers"; homepage = "https://github.com/elementary/switchboard-plug-printers";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-security-privacy"; homepage = "https://github.com/elementary/switchboard-plug-security-privacy";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-sharing"; homepage = "https://github.com/elementary/switchboard-plug-sharing";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-sound"; homepage = "https://github.com/elementary/switchboard-plug-sound";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard-plug-wacom"; homepage = "https://github.com/elementary/switchboard-plug-wacom";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/switchboard"; homepage = "https://github.com/elementary/switchboard";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/stylesheet"; homepage = "https://github.com/elementary/stylesheet";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -65,6 +65,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/icons"; homepage = "https://github.com/elementary/icons";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation {
description = "Font for concealing text"; description = "Font for concealing text";
homepage = "https://github.com/png2378/redacted-elementary"; homepage = "https://github.com/png2378/redacted-elementary";
license = licenses.ofl; license = licenses.ofl;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/sound-theme"; homepage = "https://github.com/elementary/sound-theme";
license = licenses.unlicense; license = licenses.unlicense;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wallpapers"; homepage = "https://github.com/elementary/wallpapers";
license = licenses.publicDomain; license = licenses.publicDomain;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -85,6 +85,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/default-settings"; homepage = "https://github.com/elementary/default-settings";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -134,6 +134,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/greeter"; homepage = "https://github.com/elementary/greeter";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/onboarding"; homepage = "https://github.com/elementary/onboarding";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/print"; homepage = "https://github.com/elementary/print";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -155,6 +155,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/session-settings"; homepage = "https://github.com/elementary/session-settings";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/shortcut-overlay"; homepage = "https://github.com/elementary/shortcut-overlay";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -94,6 +94,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/gala"; homepage = "https://github.com/elementary/gala";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -65,6 +65,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-a11y"; homepage = "https://github.com/elementary/wingpanel-indicator-a11y";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -95,6 +95,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/applications-menu"; homepage = "https://github.com/elementary/applications-menu";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-bluetooth"; homepage = "https://github.com/elementary/wingpanel-indicator-bluetooth";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -83,6 +83,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-datetime"; homepage = "https://github.com/elementary/wingpanel-indicator-datetime";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-keyboard"; homepage = "https://github.com/elementary/wingpanel-indicator-keyboard";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-network"; homepage = "https://github.com/elementary/wingpanel-indicator-network";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-nightlight"; homepage = "https://github.com/elementary/wingpanel-indicator-nightlight";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-notifications"; homepage = "https://github.com/elementary/wingpanel-indicator-notifications";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-power"; homepage = "https://github.com/elementary/wingpanel-indicator-power";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-session"; homepage = "https://github.com/elementary/wingpanel-indicator-session";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel-indicator-sound"; homepage = "https://github.com/elementary/wingpanel-indicator-sound";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -84,6 +84,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/wingpanel"; homepage = "https://github.com/elementary/wingpanel";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/granite"; homepage = "https://github.com/elementary/granite";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/contractor"; homepage = "https://github.com/elementary/contractor";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/capnet-assist"; homepage = "https://github.com/elementary/capnet-assist";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
description = "GTK notification server for Pantheon"; description = "GTK notification server for Pantheon";
homepage = "https://github.com/elementary/notifications"; homepage = "https://github.com/elementary/notifications";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
description = "Settings daemon for Pantheon"; description = "Settings daemon for Pantheon";
homepage = "https://github.com/elementary/settings-daemon"; homepage = "https://github.com/elementary/settings-daemon";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/pantheon-agent-geoclue2"; homepage = "https://github.com/elementary/pantheon-agent-geoclue2";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/elementary/pantheon-agent-polkit"; homepage = "https://github.com/elementary/pantheon-agent-polkit";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -94,6 +94,6 @@ stdenv.mkDerivation rec {
homepage = "https://launchpad.net/bamf"; homepage = "https://launchpad.net/bamf";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ davidak ] ++ pantheon.maintainers; maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members;
}; };
} }

View file

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
ConsoleKit/UPower or logind/systemd. ConsoleKit/UPower or logind/systemd.
''; '';
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ obadz ] ++ pantheon.maintainers; maintainers = with maintainers; [ obadz ] ++ teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
description = "Linux multi-touch gesture recognizer"; description = "Linux multi-touch gesture recognizer";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
}; };
} }

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "A simple app for checking usual checksums - Designed for elementary OS"; description = "A simple app for checking usual checksums - Designed for elementary OS";
homepage = "https://github.com/artemanufrij/hashit"; homepage = "https://github.com/artemanufrij/hashit";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = pantheon.maintainers; maintainers = teams.pantheon.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -86,9 +86,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://www.snippetpixie.com"; homepage = "https://www.snippetpixie.com";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [ ianmjones ] ++ teams.pantheon.members;
ianmjones
] ++ pantheon.maintainers;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }