lol

Merge #121780: treewide meta.maintainers tweaks

+92 -95
+1 -2
maintainers/team-list.nix
··· 66 66 }; 67 67 68 68 freedesktop = { 69 - members = [ jtojnar worldofpeace ]; 69 + members = [ jtojnar ]; 70 70 scope = "Maintain Freedesktop.org packages for graphical desktop."; 71 71 }; 72 72 ··· 89 89 members = [ 90 90 hedning 91 91 jtojnar 92 - worldofpeace 93 92 dasj19 94 93 maxeaubrey 95 94 ];
+1 -1
nixos/modules/services/desktops/bamf.nix
··· 6 6 7 7 { 8 8 meta = { 9 - maintainers = with maintainers; [ worldofpeace ]; 9 + maintainers = with maintainers; [ ]; 10 10 }; 11 11 12 12 ###### interface
+1 -1
nixos/modules/services/desktops/geoclue2.nix
··· 266 266 } // mapAttrs' appConfigToINICompatible cfg.appConfig); 267 267 }; 268 268 269 - meta.maintainers = with lib.maintainers; [ worldofpeace ]; 269 + meta.maintainers = with lib.maintainers; [ ]; 270 270 }
+1 -1
nixos/modules/services/desktops/tumbler.nix
··· 19 19 ]; 20 20 21 21 meta = { 22 - maintainers = with maintainers; [ worldofpeace ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 25 25 ###### interface
+1 -1
nixos/modules/services/desktops/zeitgeist.nix
··· 7 7 { 8 8 9 9 meta = { 10 - maintainers = with maintainers; [ worldofpeace ]; 10 + maintainers = with maintainers; [ ]; 11 11 }; 12 12 13 13 ###### interface
+1 -1
nixos/modules/services/x11/desktop-managers/xfce.nix
··· 9 9 { 10 10 11 11 meta = { 12 - maintainers = with maintainers; [ worldofpeace ]; 12 + maintainers = with maintainers; [ ]; 13 13 }; 14 14 15 15 imports = [
+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; [ worldofpeace ]; 42 + maintainers = with maintainers; [ ]; 43 43 }; 44 44 }
+1 -1
nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
··· 11 11 in 12 12 { 13 13 meta = { 14 - maintainers = with maintainers; [ worldofpeace ]; 14 + maintainers = with maintainers; [ ]; 15 15 }; 16 16 17 17 options = {
+1 -1
nixos/modules/services/x11/display-managers/lightdm.nix
··· 70 70 in 71 71 { 72 72 meta = { 73 - maintainers = with maintainers; [ worldofpeace ]; 73 + maintainers = with maintainers; [ ]; 74 74 }; 75 75 76 76 # Note: the order in which lightdm greeter modules are imported
-1
nixos/tests/fontconfig-default-fonts.nix
··· 4 4 5 5 meta.maintainers = with lib.maintainers; [ 6 6 jtojnar 7 - worldofpeace 8 7 ]; 9 8 10 9 machine = { config, pkgs, ... }: {
+1 -1
nixos/tests/lightdm.nix
··· 1 1 import ./make-test-python.nix ({ pkgs, ...} : { 2 2 name = "lightdm"; 3 3 meta = with pkgs.lib.maintainers; { 4 - maintainers = [ aszlig worldofpeace ]; 4 + maintainers = [ aszlig ]; 5 5 }; 6 6 7 7 machine = { ... }: {
+1 -1
pkgs/applications/audio/cadence/default.nix
··· 98 98 homepage = "https://github.com/falkTX/Cadence/"; 99 99 description = "Collection of tools useful for audio production"; 100 100 license = lib.licenses.gpl2Plus; 101 - maintainers = with lib.maintainers; [ worldofpeace ]; 101 + maintainers = with lib.maintainers; [ ]; 102 102 platforms = [ "x86_64-linux" ]; 103 103 }; 104 104 }
+1 -1
pkgs/applications/audio/lollypop/default.nix
··· 106 106 description = "A modern music player for GNOME"; 107 107 homepage = "https://wiki.gnome.org/Apps/Lollypop"; 108 108 license = licenses.gpl3Plus; 109 - maintainers = with maintainers; [ worldofpeace lovesegfault ]; 109 + maintainers = with maintainers; [ lovesegfault ]; 110 110 platforms = platforms.linux; 111 111 }; 112 112 }
+1 -1
pkgs/applications/audio/vocal/default.nix
··· 75 75 ''; 76 76 homepage = "https://github.com/needle-and-thread/vocal"; 77 77 license = licenses.gpl3Plus; 78 - maintainers = with maintainers; [ worldofpeace ]; 78 + maintainers = with maintainers; [ ]; 79 79 platforms = platforms.linux; 80 80 }; 81 81 }
+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; [ worldofpeace ]; 145 + maintainers = with maintainers; [ ]; 146 146 }; 147 147 }
+1 -1
pkgs/applications/graphics/fondo/default.nix
··· 68 68 description = "Find the most beautiful wallpapers for your desktop"; 69 69 homepage = "https://github.com/calo001/fondo"; 70 70 license = licenses.agpl3Plus; 71 - maintainers = with maintainers; [ worldofpeace ]; 71 + maintainers = with maintainers; [ ]; 72 72 platforms = platforms.linux; 73 73 }; 74 74 }
+1 -1
pkgs/applications/graphics/kgraphviewer/default.nix
··· 30 30 meta = with lib; { 31 31 description = "A Graphviz dot graph viewer for KDE"; 32 32 license = licenses.gpl2; 33 - maintainers = with maintainers; [ lethalman ]; 33 + maintainers = with maintainers; [ ]; 34 34 platforms = platforms.linux; 35 35 }; 36 36 }
+1 -1
pkgs/applications/misc/notejot/default.nix
··· 44 44 description = "Stupidly-simple sticky notes applet"; 45 45 homepage = "https://github.com/lainsce/notejot"; 46 46 license = licenses.gpl2Plus; 47 - maintainers = with maintainers; [ worldofpeace ]; 47 + maintainers = with maintainers; [ ]; 48 48 platforms = platforms.linux; 49 49 }; 50 50 }
+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; [ worldofpeace ]; 67 + maintainers = with maintainers; [ ]; 68 68 }; 69 69 }
+1 -1
pkgs/applications/misc/ulauncher/default.nix
··· 115 115 homepage = "https://ulauncher.io/"; 116 116 license = licenses.gpl3; 117 117 platforms = platforms.linux; 118 - maintainers = with maintainers; [ aaronjanse worldofpeace ]; 118 + maintainers = with maintainers; [ aaronjanse ]; 119 119 }; 120 120 }
+1 -1
pkgs/applications/networking/browsers/eolie/default.nix
··· 76 76 description = "A new GNOME web browser"; 77 77 homepage = "https://wiki.gnome.org/Apps/Eolie"; 78 78 license = licenses.gpl3Plus; 79 - maintainers = with maintainers; [ samdroid-apps worldofpeace ]; 79 + maintainers = with maintainers; [ samdroid-apps ]; 80 80 platforms = platforms.linux; 81 81 }; 82 82 }
+1 -1
pkgs/applications/networking/feedreaders/feedreader/default.nix
··· 42 42 description = "A modern desktop application designed to complement existing web-based RSS accounts"; 43 43 homepage = "https://jangernert.github.io/FeedReader/"; 44 44 license = licenses.gpl3Plus; 45 - maintainers = with maintainers; [ edwtjo worldofpeace ]; 45 + maintainers = with maintainers; [ edwtjo ]; 46 46 platforms = platforms.linux; 47 47 }; 48 48 }
+1 -1
pkgs/applications/networking/ftp/taxi/default.nix
··· 45 45 description = "The FTP Client that drives you anywhere"; 46 46 homepage = "https://github.com/Alecaddd/taxi"; 47 47 license = licenses.gpl3Plus; 48 - maintainers = with maintainers; [ worldofpeace ]; 48 + maintainers = with maintainers; [ ]; 49 49 platforms = platforms.linux; 50 50 }; 51 51 }
+1 -1
pkgs/applications/networking/instant-messengers/fractal/default.nix
··· 88 88 description = "Matrix group messaging app"; 89 89 homepage = "https://gitlab.gnome.org/GNOME/fractal"; 90 90 license = licenses.gpl3; 91 - maintainers = with maintainers; [ dtzWill worldofpeace ]; 91 + maintainers = teams.gnome.members ++ (with maintainers; [ dtzWill ]); 92 92 }; 93 93 }
+1 -1
pkgs/applications/networking/instant-messengers/telepathy/salut/default.nix
··· 21 21 meta = with lib; { 22 22 description = "Link-local XMPP connection manager for Telepathy"; 23 23 platforms = platforms.gnu ++ platforms.linux; # Random choice 24 - maintainers = [ maintainers.lethalman ]; 24 + maintainers = [ ]; 25 25 broken = true; 26 26 }; 27 27 }
-1
pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
··· 51 51 arianvp 52 52 kiwi 53 53 toonn 54 - worldofpeace 55 54 ]; 56 55 platforms = [ 57 56 "x86_64-darwin"
+1 -1
pkgs/applications/networking/weather/meteo/default.nix
··· 49 49 description = "Know the forecast of the next hours & days"; 50 50 homepage = "https://gitlab.com/bitseater/meteo"; 51 51 license = licenses.gpl3Plus; 52 - maintainers = with maintainers; [ worldofpeace ]; 52 + maintainers = with maintainers; [ ]; 53 53 platforms = platforms.linux; 54 54 }; 55 55 }
+1 -1
pkgs/applications/office/notes-up/default.nix
··· 63 63 + lib.optionalString withPantheon " - built with Contractor support"; 64 64 homepage = "https://github.com/Philip-Scott/Notes-up"; 65 65 license = licenses.gpl2; 66 - maintainers = with maintainers; [ davidak worldofpeace ]; 66 + maintainers = with maintainers; [ davidak ]; 67 67 platforms = platforms.linux; 68 68 }; 69 69 }
+1 -1
pkgs/applications/terminal-emulators/tilix/default.nix
··· 70 70 description = "Tiling terminal emulator following the Gnome Human Interface Guidelines"; 71 71 homepage = "https://gnunn1.github.io/tilix-web"; 72 72 license = licenses.mpl20; 73 - maintainers = with maintainers; [ midchildan worldofpeace ]; 73 + maintainers = with maintainers; [ midchildan ]; 74 74 platforms = platforms.linux; 75 75 }; 76 76 }
+1 -1
pkgs/applications/video/celluloid/default.nix
··· 65 65 ''; 66 66 homepage = "https://github.com/celluloid-player/celluloid"; 67 67 license = licenses.gpl3Plus; 68 - maintainers = with maintainers; [ worldofpeace ]; 68 + maintainers = with maintainers; [ ]; 69 69 platforms = platforms.linux; 70 70 }; 71 71 }
+1 -1
pkgs/applications/video/kodi-packages/osmc-skin/default.nix
··· 15 15 homepage = "https://github.com/osmc/skin.osmc"; 16 16 description = "The default skin for OSMC"; 17 17 platforms = platforms.all; 18 - maintainers = with maintainers; [ worldofpeace ]; 18 + maintainers = with maintainers; [ ]; 19 19 license = licenses.cc-by-nc-sa-30; 20 20 }; 21 21 }
+1 -1
pkgs/applications/video/peek/default.nix
··· 80 80 homepage = "https://github.com/phw/peek"; 81 81 description = "Simple animated GIF screen recorder with an easy to use interface"; 82 82 license = licenses.gpl3; 83 - maintainers = with maintainers; [ puffnfresh worldofpeace ]; 83 + maintainers = with maintainers; [ puffnfresh ]; 84 84 platforms = platforms.linux; 85 85 }; 86 86 }
+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 = [ maintainers.worldofpeace ]; 29 + maintainers = [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/data/themes/adwaita-qt/default.nix
··· 36 36 description = "A style to bend Qt applications to look like they belong into GNOME Shell"; 37 37 homepage = "https://github.com/FedoraQt/adwaita-qt"; 38 38 license = licenses.gpl2Plus; 39 - maintainers = with maintainers; [ worldofpeace ]; 39 + maintainers = teams.gnome.members ++ (with maintainers; [ ]); 40 40 platforms = platforms.linux; 41 41 }; 42 42 }
+1 -1
pkgs/desktops/gnome/extensions/mpris-indicator-button/default.nix
··· 34 34 meta = with lib; { 35 35 description = "A simple MPRIS indicator button for GNOME Shell"; 36 36 license = licenses.gpl3; 37 - maintainers = with maintainers; [ worldofpeace ]; 37 + maintainers = with maintainers; [ ]; 38 38 platforms = gnome.gnome-shell.meta.platforms; 39 39 homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button"; 40 40 broken = versionOlder gnome.gnome-shell.version "3.34";
+1 -1
pkgs/desktops/gnome/misc/pomodoro/default.nix
··· 66 66 This GNOME utility helps to manage time according to Pomodoro Technique. 67 67 It intends to improve productivity and focus by taking short breaks. 68 68 ''; 69 - maintainers = with maintainers; [ worldofpeace ]; 69 + maintainers = with maintainers; [ ]; 70 70 license = licenses.gpl3Plus; 71 71 platforms = platforms.linux; 72 72 };
+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; [ worldofpeace ]; 26 + maintainers = with pkgs.lib.maintainers; [ ]; 27 27 28 28 mutter = pkgs.gnome.mutter334; 29 29
+1 -1
pkgs/development/compilers/vala/default.nix
··· 101 101 homepage = "https://wiki.gnome.org/Projects/Vala"; 102 102 license = licenses.lgpl21Plus; 103 103 platforms = platforms.unix; 104 - maintainers = with maintainers; [ antono jtojnar lethalman peterhoeg worldofpeace ]; 104 + maintainers = with maintainers; [ antono jtojnar peterhoeg ]; 105 105 }; 106 106 }); 107 107
+1 -1
pkgs/development/libraries/appstream-glib/default.nix
··· 89 89 homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/"; 90 90 license = licenses.lgpl2Plus; 91 91 platforms = platforms.unix; 92 - maintainers = with maintainers; [ lethalman matthewbauer ]; 92 + maintainers = with maintainers; [ matthewbauer ]; 93 93 }; 94 94 }
+1 -1
pkgs/development/libraries/clutter-gst/default.nix
··· 30 30 31 31 license = lib.licenses.lgpl2Plus; 32 32 33 - maintainers = with lib.maintainers; [ lethalman ]; 33 + maintainers = with lib.maintainers; [ ]; 34 34 platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice 35 35 }; 36 36 }
+1 -1
pkgs/development/libraries/clutter-gtk/default.nix
··· 32 32 description = "Clutter-GTK"; 33 33 homepage = "http://www.clutter-project.org/"; 34 34 license = lib.licenses.lgpl2Plus; 35 - maintainers = with lib.maintainers; [ lethalman ]; 35 + maintainers = with lib.maintainers; [ ]; 36 36 platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice 37 37 }; 38 38 }
+1 -1
pkgs/development/libraries/clutter/default.nix
··· 56 56 license = lib.licenses.lgpl2Plus; 57 57 homepage = "http://www.clutter-project.org/"; 58 58 59 - maintainers = with lib.maintainers; [ lethalman ]; 59 + maintainers = with lib.maintainers; [ ]; 60 60 platforms = lib.platforms.mesaPlatforms; 61 61 }; 62 62 }
+1 -1
pkgs/development/libraries/ctpl/default.nix
··· 16 16 homepage = "http://ctpl.tuxfamily.org/"; 17 17 description = "Template engine library written in C"; 18 18 platforms = platforms.linux; 19 - maintainers = [ maintainers.lethalman ]; 19 + maintainers = [ ]; 20 20 license = licenses.gpl3Plus; 21 21 }; 22 22 }
+1 -1
pkgs/development/libraries/dbus/default.nix
··· 116 116 description = "Simple interprocess messaging system"; 117 117 homepage = "http://www.freedesktop.org/wiki/Software/dbus/"; 118 118 license = licenses.gpl2Plus; # most is also under AFL-2.1 119 - maintainers = with maintainers; [ worldofpeace ]; 119 + maintainers = teams.freedesktop.members ++ (with maintainers; [ ]); 120 120 platforms = platforms.unix; 121 121 }; 122 122 }
+1 -1
pkgs/development/libraries/dee/default.nix
··· 62 62 homepage = "https://launchpad.net/dee"; 63 63 license = licenses.lgpl3; 64 64 platforms = platforms.linux; 65 - maintainers = with maintainers; [ abbradar worldofpeace ]; 65 + maintainers = with maintainers; [ abbradar ]; 66 66 }; 67 67 }
+1 -1
pkgs/development/libraries/fontconfig/default.nix
··· 118 118 homepage = "http://fontconfig.org/"; 119 119 license = licenses.bsd2; # custom but very bsd-like 120 120 platforms = platforms.all; 121 - maintainers = [ maintainers.vcunat ]; 121 + maintainers = with maintainers; teams.freedesktop.members ++ [ ]; 122 122 }; 123 123 }
+1 -1
pkgs/development/libraries/glib/default.nix
··· 191 191 description = "C library of programming buildings blocks"; 192 192 homepage = "https://www.gtk.org/"; 193 193 license = licenses.lgpl21Plus; 194 - maintainers = with maintainers; [ lovek323 raskin worldofpeace ]; 194 + maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 raskin ]); 195 195 platforms = platforms.unix; 196 196 197 197 longDescription = ''
+1 -1
pkgs/development/libraries/graphene/default.nix
··· 73 73 description = "A thin layer of graphic data types"; 74 74 homepage = "https://ebassi.github.com/graphene"; 75 75 license = licenses.mit; 76 - maintainers = with maintainers; [ worldofpeace ]; 76 + maintainers = teams.gnome.members ++ (with maintainers; [ ]); 77 77 platforms = platforms.unix; 78 78 }; 79 79 }
+1 -1
pkgs/development/libraries/gsignond/default.nix
··· 54 54 description = "D-Bus service which performs user authentication on behalf of its clients"; 55 55 homepage = "https://gitlab.com/accounts-sso/gsignond"; 56 56 license = licenses.lgpl21Plus; 57 - maintainers = with maintainers; [ worldofpeace ]; 57 + maintainers = with maintainers; [ ]; 58 58 platforms = platforms.linux; 59 59 }; 60 60 };
+1 -1
pkgs/development/libraries/gsignond/plugins/lastfm.nix
··· 32 32 description = "Plugin for the Accounts-SSO gSignOn daemon that handles Last.FM credentials"; 33 33 homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-lastfm"; 34 34 license = licenses.lgpl21Plus; 35 - maintainers = with maintainers; [ worldofpeace ]; 35 + maintainers = with maintainers; [ ]; 36 36 platforms = platforms.linux; 37 37 }; 38 38 }
+1 -1
pkgs/development/libraries/gsignond/plugins/mail.nix
··· 30 30 description = "Plugin for the Accounts-SSO gSignOn daemon that handles E-Mail credentials"; 31 31 homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-mail"; 32 32 license = licenses.lgpl21Plus; 33 - maintainers = with maintainers; [ worldofpeace ]; 33 + maintainers = with maintainers; [ ]; 34 34 platforms = platforms.linux; 35 35 }; 36 36 }
+1 -1
pkgs/development/libraries/gsignond/plugins/oauth.nix
··· 42 42 description = "Plugin for the Accounts-SSO gSignOn daemon that handles the OAuth 1.0 and 2.0 authentication protocols"; 43 43 homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-oa"; 44 44 license = licenses.lgpl21Plus; 45 - maintainers = with maintainers; [ worldofpeace ]; 45 + maintainers = with maintainers; [ ]; 46 46 platforms = platforms.linux; 47 47 }; 48 48 }
+1 -1
pkgs/development/libraries/gsignond/plugins/sasl.nix
··· 39 39 description = "Plugin for the Accounts-SSO gSignOn daemon that handles the SASL authentication protocol"; 40 40 homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-sasl"; 41 41 license = licenses.lgpl21Plus; 42 - maintainers = with maintainers; [ worldofpeace ]; 42 + maintainers = with maintainers; [ ]; 43 43 platforms = platforms.linux; 44 44 }; 45 45 }
+1 -1
pkgs/development/libraries/gtk/4.x.nix
··· 236 236 ''; 237 237 homepage = "https://www.gtk.org/"; 238 238 license = licenses.lgpl2Plus; 239 - maintainers = with maintainers; [ raskin lethalman worldofpeace ]; 239 + maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]); 240 240 platforms = platforms.all; 241 241 changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS"; 242 242 };
+1 -1
pkgs/development/libraries/gtkmm/2.x.nix
··· 36 36 37 37 license = lib.licenses.lgpl2Plus; 38 38 39 - maintainers = with lib.maintainers; [ raskin vcunat ]; 39 + maintainers = with lib.maintainers; [ raskin ]; 40 40 platforms = lib.platforms.unix; 41 41 }; 42 42 }
+1 -1
pkgs/development/libraries/gtkmm/3.x.nix
··· 46 46 47 47 license = licenses.lgpl2Plus; 48 48 49 - maintainers = with maintainers; [ raskin vcunat ]; 49 + maintainers = with maintainers; [ raskin ]; 50 50 platforms = platforms.unix; 51 51 }; 52 52 }
+1 -1
pkgs/development/libraries/gtkmm/4.x.nix
··· 85 85 ''; 86 86 homepage = "https://gtkmm.org/"; 87 87 license = licenses.lgpl2Plus; 88 - maintainers = teams.gnome.members ++ (with maintainers; [ raskin vcunat ]); 88 + maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]); 89 89 platforms = platforms.unix; 90 90 }; 91 91 }
+1 -1
pkgs/development/libraries/gvfs/default.nix
··· 127 127 description = "Virtual Filesystem support library" + optionalString gnomeSupport " (full GNOME support)"; 128 128 license = licenses.lgpl2Plus; 129 129 platforms = platforms.linux; 130 - maintainers = [ maintainers.lethalman ] ++ teams.gnome.members; 130 + maintainers = [ ] ++ teams.gnome.members; 131 131 }; 132 132 }
+1 -1
pkgs/development/libraries/libcrafter/default.nix
··· 23 23 homepage = "https://github.com/pellegre/libcrafter"; 24 24 description = "High level C++ network packet sniffing and crafting library"; 25 25 license = lib.licenses.bsd3; 26 - maintainers = [ lib.maintainers.lethalman ]; 26 + maintainers = [ ]; 27 27 platforms = lib.platforms.unix; 28 28 }; 29 29 }
+1 -1
pkgs/development/libraries/libgdata/default.nix
··· 79 79 meta = with lib; { 80 80 description = "GData API library"; 81 81 homepage = "https://wiki.gnome.org/Projects/libgdata"; 82 - maintainers = with maintainers; [ raskin lethalman ] ++ teams.gnome.members; 82 + maintainers = with maintainers; [ raskin ] ++ teams.gnome.members; 83 83 platforms = platforms.linux; 84 84 license = licenses.lgpl21Plus; 85 85 };
+1 -1
pkgs/development/libraries/libndp/default.nix
··· 12 12 homepage = "http://libndp.org/"; 13 13 description = "Library for Neighbor Discovery Protocol"; 14 14 platforms = platforms.linux; 15 - maintainers = [ maintainers.lethalman ]; 15 + maintainers = [ ]; 16 16 license = licenses.lgpl21; 17 17 }; 18 18
+1 -1
pkgs/development/libraries/libsignon-glib/default.nix
··· 52 52 description = "A library for managing single signon credentials which can be used from GLib applications"; 53 53 homepage = "https://gitlab.com/accounts-sso/libsignon-glib"; 54 54 license = licenses.lgpl21; 55 - maintainers = with maintainers; [ worldofpeace ]; 55 + maintainers = with maintainers; [ ]; 56 56 platforms = platforms.linux; 57 57 }; 58 58 }
+1 -1
pkgs/development/libraries/libunity/default.nix
··· 65 65 homepage = "https://launchpad.net/libunity"; 66 66 license = licenses.lgpl3; 67 67 platforms = platforms.linux; 68 - maintainers = with maintainers; [ worldofpeace ]; 68 + maintainers = with maintainers; [ ]; 69 69 }; 70 70 }
+1 -1
pkgs/development/libraries/libwnck/3.x.nix
··· 71 71 description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)"; 72 72 license = licenses.lgpl21Plus; 73 73 platforms = platforms.linux; 74 - maintainers = [ maintainers.worldofpeace ]; 74 + maintainers = [ ]; 75 75 }; 76 76 }
+1 -1
pkgs/development/libraries/mutest/default.nix
··· 28 28 homepage = "https://ebassi.github.io/mutest/mutest.md.html"; 29 29 description = "A BDD testing framework for C, inspired by Mocha"; 30 30 license = licenses.mit; 31 - maintainers = with maintainers; [ jtojnar worldofpeace ]; 31 + maintainers = with maintainers; [ jtojnar ]; 32 32 platforms = platforms.all; 33 33 }; 34 34 }
+1 -1
pkgs/development/libraries/polkit/default.nix
··· 116 116 description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes"; 117 117 license = licenses.gpl2; 118 118 platforms = platforms.unix; 119 - maintainers = with maintainers; [ worldofpeace ]; 119 + maintainers = teams.freedesktop.members ++ (with maintainers; [ ]); 120 120 }; 121 121 }
+1 -1
pkgs/development/libraries/qgnomeplatform/default.nix
··· 62 62 description = "QPlatformTheme for a better Qt application inclusion in GNOME"; 63 63 homepage = "https://github.com/FedoraQt/QGnomePlatform"; 64 64 license = licenses.lgpl21Plus; 65 - maintainers = with maintainers; [ worldofpeace ]; 65 + maintainers = teams.gnome.members ++ (with maintainers; [ ]); 66 66 platforms = platforms.linux; 67 67 }; 68 68 }
+1 -1
pkgs/development/libraries/vte/2.90.nix
··· 35 35 the system's terminfo database. 36 36 ''; 37 37 license = licenses.lgpl2; 38 - maintainers = with maintainers; [ astsmtl antono lethalman ]; 38 + maintainers = with maintainers; [ astsmtl antono ]; 39 39 platforms = platforms.linux; 40 40 }; 41 41 }
+1 -1
pkgs/development/libraries/vte/default.nix
··· 99 99 the system's terminfo database. 100 100 ''; 101 101 license = licenses.lgpl3Plus; 102 - maintainers = with maintainers; [ astsmtl antono lethalman ] ++ teams.gnome.members; 102 + maintainers = with maintainers; [ astsmtl antono ] ++ teams.gnome.members; 103 103 platforms = platforms.unix; 104 104 }; 105 105 }
+1 -1
pkgs/development/libraries/zeitgeist/default.nix
··· 82 82 meta = with lib; { 83 83 description = "A service which logs the users’s activities and events"; 84 84 homepage = "https://zeitgeist.freedesktop.org/"; 85 - maintainers = with maintainers; [ lethalman worldofpeace ]; 85 + maintainers = teams.freedesktop.members ++ (with maintainers; [ ]); 86 86 license = licenses.lgpl21Plus; 87 87 platforms = platforms.linux; 88 88 };
+1 -1
pkgs/development/python-modules/anytree/default.nix
··· 52 52 description = "Powerful and Lightweight Python Tree Data Structure"; 53 53 homepage = "https://github.com/c0fec0de/anytree"; 54 54 license = licenses.asl20; 55 - maintainers = [ maintainers.worldofpeace ]; 55 + maintainers = [ ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/python-modules/asyncssh/default.nix
··· 50 50 description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework"; 51 51 homepage = "https://asyncssh.readthedocs.io/en/latest"; 52 52 license = licenses.epl20; 53 - maintainers = with maintainers; [ worldofpeace ]; 53 + maintainers = with maintainers; [ ]; 54 54 }; 55 55 }
+1 -1
pkgs/development/python-modules/pybrowserid/default.nix
··· 18 18 description = "Python library for the BrowserID Protocol"; 19 19 homepage = "https://github.com/mozilla/PyBrowserID"; 20 20 license = licenses.mpl20; 21 - maintainers = with maintainers; [ worldofpeace ]; 21 + maintainers = with maintainers; [ ]; 22 22 }; 23 23 } 24 24
+1 -1
pkgs/development/ruby-modules/solargraph/default.nix
··· 11 11 description = "A Ruby language server"; 12 12 homepage = "https://solargraph.org/"; 13 13 license = licenses.mit; 14 - maintainers = with maintainers; [ worldofpeace nicknovitski angristan ]; 14 + maintainers = with maintainers; [ nicknovitski angristan ]; 15 15 }; 16 16 }
+1 -1
pkgs/development/tools/analysis/massif-visualizer/default.nix
··· 25 25 description = "Tool that visualizes massif data generated by valgrind"; 26 26 license = licenses.gpl2; 27 27 platforms = platforms.linux; 28 - maintainers = with maintainers; [ lethalman zraexy ]; 28 + maintainers = with maintainers; [ zraexy ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/tools/misc/opengrok/default.nix
··· 27 27 description = "Source code search and cross reference engine"; 28 28 homepage = "https://opengrok.github.io/OpenGrok/"; 29 29 license = licenses.cddl; 30 - maintainers = [ maintainers.lethalman ]; 30 + maintainers = [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/tools/vala-language-server/default.nix
··· 53 53 description = "Code Intelligence for Vala & Genie"; 54 54 homepage = "https://github.com/benwaffle/vala-language-server"; 55 55 license = licenses.lgpl21Plus; 56 - maintainers = with maintainers; [ andreasfelix worldofpeace ]; 56 + maintainers = with maintainers; [ andreasfelix ]; 57 57 platforms = platforms.linux; 58 58 }; 59 59 }
+1 -1
pkgs/development/web/valum/default.nix
··· 20 20 description = "Web micro-framework written in Vala"; 21 21 license = licenses.lgpl3; 22 22 platforms = platforms.linux; 23 - maintainers = [ maintainers.lethalman ]; 23 + maintainers = [ ]; 24 24 }; 25 25 }
+1 -1
pkgs/misc/screensavers/vlock/default.nix
··· 23 23 meta = with lib; { 24 24 description = "Virtual console locking program"; 25 25 license = licenses.gpl2; 26 - maintainers = [ maintainers.lethalman ]; 26 + maintainers = [ ]; 27 27 platforms = platforms.linux; 28 28 }; 29 29 }
+1 -1
pkgs/servers/fcgiwrap/default.nix
··· 23 23 meta = with lib; { 24 24 homepage = "https://nginx.localdomain.pl/wiki/FcgiWrap"; 25 25 description = "Simple server for running CGI applications over FastCGI"; 26 - maintainers = with maintainers; [ lethalman ]; 26 + maintainers = with maintainers; [ ]; 27 27 platforms = with platforms; linux; 28 28 license = licenses.mit; 29 29 };
+1 -1
pkgs/servers/ftp/pure-ftpd/default.nix
··· 29 29 description = "A free, secure, production-quality and standard-conformant FTP server"; 30 30 homepage = "https://www.pureftpd.org"; 31 31 license = licenses.isc; # with some parts covered by BSD3(?) 32 - maintainers = [ maintainers.lethalman ]; 32 + maintainers = [ ]; 33 33 platforms = platforms.linux; 34 34 }; 35 35 }
+1 -1
pkgs/servers/http/apache-modules/mod_dnssd/default.nix
··· 28 28 description = "Provide Zeroconf support via DNS-SD using Avahi"; 29 29 license = licenses.asl20; 30 30 platforms = platforms.linux; 31 - maintainers = with maintainers; [ lethalman ]; 31 + maintainers = with maintainers; [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/shells/zsh/antibody/default.nix
··· 21 21 description = "The fastest shell plugin manager"; 22 22 homepage = "https://github.com/getantibody/antibody"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ Br1ght0ne worldofpeace ]; 24 + maintainers = with maintainers; [ Br1ght0ne ]; 25 25 }; 26 26 }
+1 -1
pkgs/tools/X11/xdg-user-dirs/default.nix
··· 21 21 homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs"; 22 22 description = "A tool to help manage well known user directories like the desktop folder and the music folder"; 23 23 license = licenses.gpl2; 24 - maintainers = with maintainers; [ lethalman ]; 24 + maintainers = with maintainers; [ ]; 25 25 platforms = platforms.linux; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/apparix/default.nix
··· 13 13 meta = with lib; { 14 14 homepage = "http://micans.org/apparix"; 15 15 description = "Add directory bookmarks, distant listing, and distant editing to the command line"; 16 - maintainers = with maintainers; [ lethalman ]; 16 + maintainers = with maintainers; [ ]; 17 17 license = licenses.gpl2; 18 18 platforms = platforms.all; 19 19 };
+1 -1
pkgs/tools/misc/duc/default.nix
··· 30 30 license = licenses.gpl2; 31 31 32 32 platforms = platforms.all; 33 - maintainers = [ maintainers.lethalman ]; 33 + maintainers = [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/tools/misc/pastebinit/default.nix
··· 45 45 meta = with lib; { 46 46 homepage = "https://launchpad.net/pastebinit"; 47 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 ]; 48 + maintainers = with maintainers; [ raboof ]; 49 49 license = licenses.gpl2; 50 50 platforms = platforms.linux; 51 51 };
+1 -1
pkgs/tools/networking/networkmanager/default.nix
··· 106 106 homepage = "https://wiki.gnome.org/Projects/NetworkManager"; 107 107 description = "Network configuration and management tool"; 108 108 license = licenses.gpl2Plus; 109 - maintainers = with maintainers; [ phreedom domenkozar obadz worldofpeace ]; 109 + maintainers = teams.freedesktop.members ++ (with maintainers; [ phreedom domenkozar obadz ]); 110 110 platforms = platforms.linux; 111 111 }; 112 112 }
+1 -1
pkgs/tools/networking/polygraph/default.nix
··· 15 15 description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries"; 16 16 platforms = platforms.linux; 17 17 license = licenses.asl20; 18 - maintainers = [ maintainers.lethalman ]; 18 + maintainers = [ ]; 19 19 }; 20 20 }
+1 -1
pkgs/tools/networking/tracebox/default.nix
··· 26 26 homepage = "http://www.tracebox.org/"; 27 27 description = "A middlebox detection tool"; 28 28 license = lib.licenses.gpl2; 29 - maintainers = [ maintainers.lethalman ]; 29 + maintainers = [ ]; 30 30 platforms = platforms.linux; 31 31 }; 32 32 }
+1 -1
pkgs/tools/security/crunch/default.nix
··· 25 25 homepage = "https://sourceforge.net/projects/crunch-wordlist/"; 26 26 platforms = platforms.unix; 27 27 license = with licenses; [ gpl2Only ]; 28 - maintainers = with maintainers; [ lethalman lnl7 ]; 28 + maintainers = with maintainers; [ lnl7 ]; 29 29 }; 30 30 }
+1 -1
pkgs/tools/system/netdata/default.nix
··· 87 87 homepage = "https://www.netdata.cloud/"; 88 88 license = licenses.gpl3Plus; 89 89 platforms = platforms.unix; 90 - maintainers = [ maintainers.lethalman ]; 90 + maintainers = [ ]; 91 91 }; 92 92 }
+1 -1
pkgs/tools/system/netdata/go.d.plugin.nix
··· 26 26 description = "Netdata orchestrator for data collection modules written in go"; 27 27 homepage = "https://github.com/netdata/go.d.plugin"; 28 28 license = licenses.gpl3; 29 - maintainers = [ maintainers.lethalman ]; 29 + maintainers = [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/tools/typesetting/tex/texlive/bin.nix
··· 143 143 description = "Basic binaries for TeX Live"; 144 144 homepage = "http://www.tug.org/texlive"; 145 145 license = lib.licenses.gpl2; 146 - maintainers = with maintainers; [ vcunat veprbl lovek323 raskin jwiegley ]; 146 + maintainers = with maintainers; [ veprbl lovek323 raskin jwiegley ]; 147 147 platforms = platforms.all; 148 148 }; 149 149 };