···70in
71{
72 meta = {
73- maintainers = with maintainers; [ worldofpeace ];
74 };
7576 # Note: the order in which lightdm greeter modules are imported
···70in
71{
72 meta = {
73+ maintainers = with maintainers; [ ];
74 };
7576 # Note: the order in which lightdm greeter modules are imported
···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; [ worldofpeace ];
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; [ ];
68 };
69}
···36 description = "A style to bend Qt applications to look like they belong into GNOME Shell";
37 homepage = "https://github.com/FedoraQt/adwaita-qt";
38 license = licenses.gpl2Plus;
39- maintainers = with maintainers; [ worldofpeace ];
40 platforms = platforms.linux;
41 };
42}
···36 description = "A style to bend Qt applications to look like they belong into GNOME Shell";
37 homepage = "https://github.com/FedoraQt/adwaita-qt";
38 license = licenses.gpl2Plus;
39+ maintainers = teams.gnome.members ++ (with maintainers; [ ]);
40 platforms = platforms.linux;
41 };
42}
···34 meta = with lib; {
35 description = "A simple MPRIS indicator button for GNOME Shell";
36 license = licenses.gpl3;
37- maintainers = with maintainers; [ worldofpeace ];
38 platforms = gnome.gnome-shell.meta.platforms;
39 homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button";
40 broken = versionOlder gnome.gnome-shell.version "3.34";
···34 meta = with lib; {
35 description = "A simple MPRIS indicator button for GNOME Shell";
36 license = licenses.gpl3;
37+ maintainers = with maintainers; [ ];
38 platforms = gnome.gnome-shell.meta.platforms;
39 homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button";
40 broken = versionOlder gnome.gnome-shell.version "3.34";
+1-1
pkgs/desktops/gnome/misc/pomodoro/default.nix
···66 This GNOME utility helps to manage time according to Pomodoro Technique.
67 It intends to improve productivity and focus by taking short breaks.
68 '';
69- maintainers = with maintainers; [ worldofpeace ];
70 license = licenses.gpl3Plus;
71 platforms = platforms.linux;
72 };
···66 This GNOME utility helps to manage time according to Pomodoro Technique.
67 It intends to improve productivity and focus by taking short breaks.
68 '';
69+ maintainers = with maintainers; [ ];
70 license = licenses.gpl3Plus;
71 platforms = platforms.linux;
72 };
+1-1
pkgs/desktops/pantheon/default.nix
···23 wingpanel-indicator-session wingpanel-indicator-sound
24 ];
2526- maintainers = with pkgs.lib.maintainers; [ worldofpeace ];
2728 mutter = pkgs.gnome.mutter334;
29
···23 wingpanel-indicator-session wingpanel-indicator-sound
24 ];
2526+ maintainers = with pkgs.lib.maintainers; [ ];
2728 mutter = pkgs.gnome.mutter334;
29
···52 description = "A library for managing single signon credentials which can be used from GLib applications";
53 homepage = "https://gitlab.com/accounts-sso/libsignon-glib";
54 license = licenses.lgpl21;
55- maintainers = with maintainers; [ worldofpeace ];
56 platforms = platforms.linux;
57 };
58}
···52 description = "A library for managing single signon credentials which can be used from GLib applications";
53 homepage = "https://gitlab.com/accounts-sso/libsignon-glib";
54 license = licenses.lgpl21;
55+ maintainers = with maintainers; [ ];
56 platforms = platforms.linux;
57 };
58}
···71 description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
72 license = licenses.lgpl21Plus;
73 platforms = platforms.linux;
74- maintainers = [ maintainers.worldofpeace ];
75 };
76}
···71 description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
72 license = licenses.lgpl21Plus;
73 platforms = platforms.linux;
74+ maintainers = [ ];
75 };
76}
+1-1
pkgs/development/libraries/mutest/default.nix
···28 homepage = "https://ebassi.github.io/mutest/mutest.md.html";
29 description = "A BDD testing framework for C, inspired by Mocha";
30 license = licenses.mit;
31- maintainers = with maintainers; [ jtojnar worldofpeace ];
32 platforms = platforms.all;
33 };
34}
···28 homepage = "https://ebassi.github.io/mutest/mutest.md.html";
29 description = "A BDD testing framework for C, inspired by Mocha";
30 license = licenses.mit;
31+ maintainers = with maintainers; [ jtojnar ];
32 platforms = platforms.all;
33 };
34}
+1-1
pkgs/development/libraries/polkit/default.nix
···116 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
117 license = licenses.gpl2;
118 platforms = platforms.unix;
119- maintainers = with maintainers; [ worldofpeace ];
120 };
121}
···116 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
117 license = licenses.gpl2;
118 platforms = platforms.unix;
119+ maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
120 };
121}
···50 description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework";
51 homepage = "https://asyncssh.readthedocs.io/en/latest";
52 license = licenses.epl20;
53- maintainers = with maintainers; [ worldofpeace ];
54 };
55}
···50 description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework";
51 homepage = "https://asyncssh.readthedocs.io/en/latest";
52 license = licenses.epl20;
53+ maintainers = with maintainers; [ ];
54 };
55}
···21 homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
22 description = "A tool to help manage well known user directories like the desktop folder and the music folder";
23 license = licenses.gpl2;
24- maintainers = with maintainers; [ lethalman ];
25 platforms = platforms.linux;
26 };
27}
···21 homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
22 description = "A tool to help manage well known user directories like the desktop folder and the music folder";
23 license = licenses.gpl2;
24+ maintainers = with maintainers; [ ];
25 platforms = platforms.linux;
26 };
27}
+1-1
pkgs/tools/misc/apparix/default.nix
···13 meta = with lib; {
14 homepage = "http://micans.org/apparix";
15 description = "Add directory bookmarks, distant listing, and distant editing to the command line";
16- maintainers = with maintainers; [ lethalman ];
17 license = licenses.gpl2;
18 platforms = platforms.all;
19 };
···13 meta = with lib; {
14 homepage = "http://micans.org/apparix";
15 description = "Add directory bookmarks, distant listing, and distant editing to the command line";
16+ maintainers = with maintainers; [ ];
17 license = licenses.gpl2;
18 platforms = platforms.all;
19 };
···45 meta = with lib; {
46 homepage = "https://launchpad.net/pastebinit";
47 description = "A software that lets you send anything you want directly to a pastebin from the command line";
48- maintainers = with maintainers; [ lethalman raboof ];
49 license = licenses.gpl2;
50 platforms = platforms.linux;
51 };
···45 meta = with lib; {
46 homepage = "https://launchpad.net/pastebinit";
47 description = "A software that lets you send anything you want directly to a pastebin from the command line";
48+ maintainers = with maintainers; [ raboof ];
49 license = licenses.gpl2;
50 platforms = platforms.linux;
51 };