lol

Merge #121780: treewide meta.maintainers tweaks

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