Merge #121780: treewide meta.maintainers tweaks

Changed files
+92 -95
maintainers
nixos
modules
services
desktops
x11
desktop-managers
display-managers
tests
pkgs
applications
audio
cadence
lollypop
vocal
display-managers
lightdm
graphics
fondo
kgraphviewer
misc
notejot
olifant
ulauncher
networking
browsers
eolie
feedreaders
feedreader
ftp
instant-messengers
fractal
telepathy
salut
wire-desktop
weather
meteo
office
notes-up
terminal-emulators
tilix
video
celluloid
kodi-packages
osmc-skin
peek
data
fonts
open-sans
themes
adwaita-qt
desktops
gnome
extensions
mpris-indicator-button
misc
pomodoro
pantheon
development
compilers
libraries
appstream-glib
clutter
clutter-gst
clutter-gtk
ctpl
dbus
dee
fontconfig
glib
graphene
gsignond
gtk
gtkmm
gvfs
libcrafter
libgdata
libndp
libsignon-glib
libunity
libwnck
mutest
polkit
qgnomeplatform
vte
zeitgeist
python-modules
anytree
asyncssh
pybrowserid
ruby-modules
solargraph
tools
analysis
massif-visualizer
misc
opengrok
vala-language-server
web
valum
misc
screensavers
vlock
servers
fcgiwrap
ftp
pure-ftpd
http
apache-modules
mod_dnssd
shells
zsh
antibody
tools
X11
xdg-user-dirs
misc
apparix
duc
pastebinit
networking
networkmanager
polygraph
tracebox
security
crunch
system
typesetting
tex
texlive
+1 -2
maintainers/team-list.nix
···
};
freedesktop = {
-
members = [ jtojnar worldofpeace ];
scope = "Maintain Freedesktop.org packages for graphical desktop.";
};
···
members = [
hedning
jtojnar
-
worldofpeace
dasj19
maxeaubrey
];
···
};
freedesktop = {
+
members = [ jtojnar ];
scope = "Maintain Freedesktop.org packages for graphical desktop.";
};
···
members = [
hedning
jtojnar
dasj19
maxeaubrey
];
+1 -1
nixos/modules/services/desktops/bamf.nix
···
{
meta = {
-
maintainers = with maintainers; [ worldofpeace ];
};
###### interface
···
{
meta = {
+
maintainers = with maintainers; [ ];
};
###### interface
+1 -1
nixos/modules/services/desktops/geoclue2.nix
···
} // mapAttrs' appConfigToINICompatible cfg.appConfig);
};
-
meta.maintainers = with lib.maintainers; [ worldofpeace ];
}
···
} // mapAttrs' appConfigToINICompatible cfg.appConfig);
};
+
meta.maintainers = with lib.maintainers; [ ];
}
+1 -1
nixos/modules/services/desktops/tumbler.nix
···
];
meta = {
-
maintainers = with maintainers; [ worldofpeace ];
};
###### interface
···
];
meta = {
+
maintainers = with maintainers; [ ];
};
###### interface
+1 -1
nixos/modules/services/desktops/zeitgeist.nix
···
{
meta = {
-
maintainers = with maintainers; [ worldofpeace ];
};
###### interface
···
{
meta = {
+
maintainers = with maintainers; [ ];
};
###### interface
+1 -1
nixos/modules/services/x11/desktop-managers/xfce.nix
···
{
meta = {
-
maintainers = with maintainers; [ worldofpeace ];
};
imports = [
···
{
meta = {
+
maintainers = with maintainers; [ ];
};
imports = [
+1 -1
nixos/modules/services/x11/display-managers/account-service-util.nix
···
'';
meta = with lib; {
-
maintainers = with maintainers; [ worldofpeace ];
};
}
···
'';
meta = with lib; {
+
maintainers = with maintainers; [ ];
};
}
+1 -1
nixos/modules/services/x11/display-managers/lightdm-greeters/pantheon.nix
···
in
{
meta = {
-
maintainers = with maintainers; [ worldofpeace ];
};
options = {
···
in
{
meta = {
+
maintainers = with maintainers; [ ];
};
options = {
+1 -1
nixos/modules/services/x11/display-managers/lightdm.nix
···
in
{
meta = {
-
maintainers = with maintainers; [ worldofpeace ];
};
# Note: the order in which lightdm greeter modules are imported
···
in
{
meta = {
+
maintainers = with maintainers; [ ];
};
# Note: the order in which lightdm greeter modules are imported
-1
nixos/tests/fontconfig-default-fonts.nix
···
meta.maintainers = with lib.maintainers; [
jtojnar
-
worldofpeace
];
machine = { config, pkgs, ... }: {
···
meta.maintainers = with lib.maintainers; [
jtojnar
];
machine = { config, pkgs, ... }: {
+1 -1
nixos/tests/lightdm.nix
···
import ./make-test-python.nix ({ pkgs, ...} : {
name = "lightdm";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ aszlig worldofpeace ];
};
machine = { ... }: {
···
import ./make-test-python.nix ({ pkgs, ...} : {
name = "lightdm";
meta = with pkgs.lib.maintainers; {
+
maintainers = [ aszlig ];
};
machine = { ... }: {
+1 -1
pkgs/applications/audio/cadence/default.nix
···
homepage = "https://github.com/falkTX/Cadence/";
description = "Collection of tools useful for audio production";
license = lib.licenses.gpl2Plus;
-
maintainers = with lib.maintainers; [ worldofpeace ];
platforms = [ "x86_64-linux" ];
};
}
···
homepage = "https://github.com/falkTX/Cadence/";
description = "Collection of tools useful for audio production";
license = lib.licenses.gpl2Plus;
+
maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
pkgs/applications/audio/lollypop/default.nix
···
description = "A modern music player for GNOME";
homepage = "https://wiki.gnome.org/Apps/Lollypop";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ worldofpeace lovesegfault ];
platforms = platforms.linux;
};
}
···
description = "A modern music player for GNOME";
homepage = "https://wiki.gnome.org/Apps/Lollypop";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ lovesegfault ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/audio/vocal/default.nix
···
'';
homepage = "https://github.com/needle-and-thread/vocal";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
'';
homepage = "https://github.com/needle-and-thread/vocal";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/display-managers/lightdm/default.nix
···
description = "A cross-desktop display manager";
platforms = platforms.linux;
license = licenses.gpl3;
-
maintainers = with maintainers; [ worldofpeace ];
};
}
···
description = "A cross-desktop display manager";
platforms = platforms.linux;
license = licenses.gpl3;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/graphics/fondo/default.nix
···
description = "Find the most beautiful wallpapers for your desktop";
homepage = "https://github.com/calo001/fondo";
license = licenses.agpl3Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Find the most beautiful wallpapers for your desktop";
homepage = "https://github.com/calo001/fondo";
license = licenses.agpl3Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/graphics/kgraphviewer/default.nix
···
meta = with lib; {
description = "A Graphviz dot graph viewer for KDE";
license = licenses.gpl2;
-
maintainers = with maintainers; [ lethalman ];
platforms = platforms.linux;
};
}
···
meta = with lib; {
description = "A Graphviz dot graph viewer for KDE";
license = licenses.gpl2;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/misc/notejot/default.nix
···
description = "Stupidly-simple sticky notes applet";
homepage = "https://github.com/lainsce/notejot";
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Stupidly-simple sticky notes applet";
homepage = "https://github.com/lainsce/notejot";
license = licenses.gpl2Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/misc/olifant/default.nix
···
description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey";
homepage = "https://github.com/cleac/olifant";
license = licenses.gpl3;
-
maintainers = with maintainers; [ worldofpeace ];
};
}
···
description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey";
homepage = "https://github.com/cleac/olifant";
license = licenses.gpl3;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/misc/ulauncher/default.nix
···
homepage = "https://ulauncher.io/";
license = licenses.gpl3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ aaronjanse worldofpeace ];
};
}
···
homepage = "https://ulauncher.io/";
license = licenses.gpl3;
platforms = platforms.linux;
+
maintainers = with maintainers; [ aaronjanse ];
};
}
+1 -1
pkgs/applications/networking/browsers/eolie/default.nix
···
description = "A new GNOME web browser";
homepage = "https://wiki.gnome.org/Apps/Eolie";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ samdroid-apps worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "A new GNOME web browser";
homepage = "https://wiki.gnome.org/Apps/Eolie";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ samdroid-apps ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/networking/feedreaders/feedreader/default.nix
···
description = "A modern desktop application designed to complement existing web-based RSS accounts";
homepage = "https://jangernert.github.io/FeedReader/";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ edwtjo worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "A modern desktop application designed to complement existing web-based RSS accounts";
homepage = "https://jangernert.github.io/FeedReader/";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ edwtjo ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/networking/ftp/taxi/default.nix
···
description = "The FTP Client that drives you anywhere";
homepage = "https://github.com/Alecaddd/taxi";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "The FTP Client that drives you anywhere";
homepage = "https://github.com/Alecaddd/taxi";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/networking/instant-messengers/fractal/default.nix
···
description = "Matrix group messaging app";
homepage = "https://gitlab.gnome.org/GNOME/fractal";
license = licenses.gpl3;
-
maintainers = with maintainers; [ dtzWill worldofpeace ];
};
}
···
description = "Matrix group messaging app";
homepage = "https://gitlab.gnome.org/GNOME/fractal";
license = licenses.gpl3;
+
maintainers = teams.gnome.members ++ (with maintainers; [ dtzWill ]);
};
}
+1 -1
pkgs/applications/networking/instant-messengers/telepathy/salut/default.nix
···
meta = with lib; {
description = "Link-local XMPP connection manager for Telepathy";
platforms = platforms.gnu ++ platforms.linux; # Random choice
-
maintainers = [ maintainers.lethalman ];
broken = true;
};
}
···
meta = with lib; {
description = "Link-local XMPP connection manager for Telepathy";
platforms = platforms.gnu ++ platforms.linux; # Random choice
+
maintainers = [ ];
broken = true;
};
}
-1
pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
···
arianvp
kiwi
toonn
-
worldofpeace
];
platforms = [
"x86_64-darwin"
···
arianvp
kiwi
toonn
];
platforms = [
"x86_64-darwin"
+1 -1
pkgs/applications/networking/weather/meteo/default.nix
···
description = "Know the forecast of the next hours & days";
homepage = "https://gitlab.com/bitseater/meteo";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Know the forecast of the next hours & days";
homepage = "https://gitlab.com/bitseater/meteo";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/office/notes-up/default.nix
···
+ lib.optionalString withPantheon " - built with Contractor support";
homepage = "https://github.com/Philip-Scott/Notes-up";
license = licenses.gpl2;
-
maintainers = with maintainers; [ davidak worldofpeace ];
platforms = platforms.linux;
};
}
···
+ lib.optionalString withPantheon " - built with Contractor support";
homepage = "https://github.com/Philip-Scott/Notes-up";
license = licenses.gpl2;
+
maintainers = with maintainers; [ davidak ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/terminal-emulators/tilix/default.nix
···
description = "Tiling terminal emulator following the Gnome Human Interface Guidelines";
homepage = "https://gnunn1.github.io/tilix-web";
license = licenses.mpl20;
-
maintainers = with maintainers; [ midchildan worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Tiling terminal emulator following the Gnome Human Interface Guidelines";
homepage = "https://gnunn1.github.io/tilix-web";
license = licenses.mpl20;
+
maintainers = with maintainers; [ midchildan ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/video/celluloid/default.nix
···
'';
homepage = "https://github.com/celluloid-player/celluloid";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
'';
homepage = "https://github.com/celluloid-player/celluloid";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/video/kodi-packages/osmc-skin/default.nix
···
homepage = "https://github.com/osmc/skin.osmc";
description = "The default skin for OSMC";
platforms = platforms.all;
-
maintainers = with maintainers; [ worldofpeace ];
license = licenses.cc-by-nc-sa-30;
};
}
···
homepage = "https://github.com/osmc/skin.osmc";
description = "The default skin for OSMC";
platforms = platforms.all;
+
maintainers = with maintainers; [ ];
license = licenses.cc-by-nc-sa-30;
};
}
+1 -1
pkgs/applications/video/peek/default.nix
···
homepage = "https://github.com/phw/peek";
description = "Simple animated GIF screen recorder with an easy to use interface";
license = licenses.gpl3;
-
maintainers = with maintainers; [ puffnfresh worldofpeace ];
platforms = platforms.linux;
};
}
···
homepage = "https://github.com/phw/peek";
description = "Simple animated GIF screen recorder with an easy to use interface";
license = licenses.gpl3;
+
maintainers = with maintainers; [ puffnfresh ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/data/fonts/open-sans/default.nix
···
homepage = "https://www.opensans.com";
license = licenses.asl20;
platforms = platforms.all;
-
maintainers = [ maintainers.worldofpeace ];
};
}
···
homepage = "https://www.opensans.com";
license = licenses.asl20;
platforms = platforms.all;
+
maintainers = [ ];
};
}
+1 -1
pkgs/data/themes/adwaita-qt/default.nix
···
description = "A style to bend Qt applications to look like they belong into GNOME Shell";
homepage = "https://github.com/FedoraQt/adwaita-qt";
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "A style to bend Qt applications to look like they belong into GNOME Shell";
homepage = "https://github.com/FedoraQt/adwaita-qt";
license = licenses.gpl2Plus;
+
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.linux;
};
}
+1 -1
pkgs/desktops/gnome/extensions/mpris-indicator-button/default.nix
···
meta = with lib; {
description = "A simple MPRIS indicator button for GNOME Shell";
license = licenses.gpl3;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = gnome.gnome-shell.meta.platforms;
homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button";
broken = versionOlder gnome.gnome-shell.version "3.34";
···
meta = with lib; {
description = "A simple MPRIS indicator button for GNOME Shell";
license = licenses.gpl3;
+
maintainers = with maintainers; [ ];
platforms = gnome.gnome-shell.meta.platforms;
homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button";
broken = versionOlder gnome.gnome-shell.version "3.34";
+1 -1
pkgs/desktops/gnome/misc/pomodoro/default.nix
···
This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks.
'';
-
maintainers = with maintainers; [ worldofpeace ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
};
···
This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks.
'';
+
maintainers = with maintainers; [ ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
};
+1 -1
pkgs/desktops/pantheon/default.nix
···
wingpanel-indicator-session wingpanel-indicator-sound
];
-
maintainers = with pkgs.lib.maintainers; [ worldofpeace ];
mutter = pkgs.gnome.mutter334;
···
wingpanel-indicator-session wingpanel-indicator-sound
];
+
maintainers = with pkgs.lib.maintainers; [ ];
mutter = pkgs.gnome.mutter334;
+1 -1
pkgs/development/compilers/vala/default.nix
···
homepage = "https://wiki.gnome.org/Projects/Vala";
license = licenses.lgpl21Plus;
platforms = platforms.unix;
-
maintainers = with maintainers; [ antono jtojnar lethalman peterhoeg worldofpeace ];
};
});
···
homepage = "https://wiki.gnome.org/Projects/Vala";
license = licenses.lgpl21Plus;
platforms = platforms.unix;
+
maintainers = with maintainers; [ antono jtojnar peterhoeg ];
};
});
+1 -1
pkgs/development/libraries/appstream-glib/default.nix
···
homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
license = licenses.lgpl2Plus;
platforms = platforms.unix;
-
maintainers = with maintainers; [ lethalman matthewbauer ];
};
}
···
homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
license = licenses.lgpl2Plus;
platforms = platforms.unix;
+
maintainers = with maintainers; [ matthewbauer ];
};
}
+1 -1
pkgs/development/libraries/clutter-gst/default.nix
···
license = lib.licenses.lgpl2Plus;
-
maintainers = with lib.maintainers; [ lethalman ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
};
}
···
license = lib.licenses.lgpl2Plus;
+
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
};
}
+1 -1
pkgs/development/libraries/clutter-gtk/default.nix
···
description = "Clutter-GTK";
homepage = "http://www.clutter-project.org/";
license = lib.licenses.lgpl2Plus;
-
maintainers = with lib.maintainers; [ lethalman ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
};
}
···
description = "Clutter-GTK";
homepage = "http://www.clutter-project.org/";
license = lib.licenses.lgpl2Plus;
+
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
};
}
+1 -1
pkgs/development/libraries/clutter/default.nix
···
license = lib.licenses.lgpl2Plus;
homepage = "http://www.clutter-project.org/";
-
maintainers = with lib.maintainers; [ lethalman ];
platforms = lib.platforms.mesaPlatforms;
};
}
···
license = lib.licenses.lgpl2Plus;
homepage = "http://www.clutter-project.org/";
+
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.mesaPlatforms;
};
}
+1 -1
pkgs/development/libraries/ctpl/default.nix
···
homepage = "http://ctpl.tuxfamily.org/";
description = "Template engine library written in C";
platforms = platforms.linux;
-
maintainers = [ maintainers.lethalman ];
license = licenses.gpl3Plus;
};
}
···
homepage = "http://ctpl.tuxfamily.org/";
description = "Template engine library written in C";
platforms = platforms.linux;
+
maintainers = [ ];
license = licenses.gpl3Plus;
};
}
+1 -1
pkgs/development/libraries/dbus/default.nix
···
description = "Simple interprocess messaging system";
homepage = "http://www.freedesktop.org/wiki/Software/dbus/";
license = licenses.gpl2Plus; # most is also under AFL-2.1
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.unix;
};
}
···
description = "Simple interprocess messaging system";
homepage = "http://www.freedesktop.org/wiki/Software/dbus/";
license = licenses.gpl2Plus; # most is also under AFL-2.1
+
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
platforms = platforms.unix;
};
}
+1 -1
pkgs/development/libraries/dee/default.nix
···
homepage = "https://launchpad.net/dee";
license = licenses.lgpl3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ abbradar worldofpeace ];
};
}
···
homepage = "https://launchpad.net/dee";
license = licenses.lgpl3;
platforms = platforms.linux;
+
maintainers = with maintainers; [ abbradar ];
};
}
+1 -1
pkgs/development/libraries/fontconfig/default.nix
···
homepage = "http://fontconfig.org/";
license = licenses.bsd2; # custom but very bsd-like
platforms = platforms.all;
-
maintainers = [ maintainers.vcunat ];
};
}
···
homepage = "http://fontconfig.org/";
license = licenses.bsd2; # custom but very bsd-like
platforms = platforms.all;
+
maintainers = with maintainers; teams.freedesktop.members ++ [ ];
};
}
+1 -1
pkgs/development/libraries/glib/default.nix
···
description = "C library of programming buildings blocks";
homepage = "https://www.gtk.org/";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ lovek323 raskin worldofpeace ];
platforms = platforms.unix;
longDescription = ''
···
description = "C library of programming buildings blocks";
homepage = "https://www.gtk.org/";
license = licenses.lgpl21Plus;
+
maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 raskin ]);
platforms = platforms.unix;
longDescription = ''
+1 -1
pkgs/development/libraries/graphene/default.nix
···
description = "A thin layer of graphic data types";
homepage = "https://ebassi.github.com/graphene";
license = licenses.mit;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.unix;
};
}
···
description = "A thin layer of graphic data types";
homepage = "https://ebassi.github.com/graphene";
license = licenses.mit;
+
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.unix;
};
}
+1 -1
pkgs/development/libraries/gsignond/default.nix
···
description = "D-Bus service which performs user authentication on behalf of its clients";
homepage = "https://gitlab.com/accounts-sso/gsignond";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
};
···
description = "D-Bus service which performs user authentication on behalf of its clients";
homepage = "https://gitlab.com/accounts-sso/gsignond";
license = licenses.lgpl21Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
};
+1 -1
pkgs/development/libraries/gsignond/plugins/lastfm.nix
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles Last.FM credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-lastfm";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles Last.FM credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-lastfm";
license = licenses.lgpl21Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/gsignond/plugins/mail.nix
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles E-Mail credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-mail";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles E-Mail credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-mail";
license = licenses.lgpl21Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/gsignond/plugins/oauth.nix
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the OAuth 1.0 and 2.0 authentication protocols";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-oa";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the OAuth 1.0 and 2.0 authentication protocols";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-oa";
license = licenses.lgpl21Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/gsignond/plugins/sasl.nix
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the SASL authentication protocol";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-sasl";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the SASL authentication protocol";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-sasl";
license = licenses.lgpl21Plus;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/gtk/4.x.nix
···
'';
homepage = "https://www.gtk.org/";
license = licenses.lgpl2Plus;
-
maintainers = with maintainers; [ raskin lethalman worldofpeace ];
platforms = platforms.all;
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
};
···
'';
homepage = "https://www.gtk.org/";
license = licenses.lgpl2Plus;
+
maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]);
platforms = platforms.all;
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
};
+1 -1
pkgs/development/libraries/gtkmm/2.x.nix
···
license = lib.licenses.lgpl2Plus;
-
maintainers = with lib.maintainers; [ raskin vcunat ];
platforms = lib.platforms.unix;
};
}
···
license = lib.licenses.lgpl2Plus;
+
maintainers = with lib.maintainers; [ raskin ];
platforms = lib.platforms.unix;
};
}
+1 -1
pkgs/development/libraries/gtkmm/3.x.nix
···
license = licenses.lgpl2Plus;
-
maintainers = with maintainers; [ raskin vcunat ];
platforms = platforms.unix;
};
}
···
license = licenses.lgpl2Plus;
+
maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/development/libraries/gtkmm/4.x.nix
···
'';
homepage = "https://gtkmm.org/";
license = licenses.lgpl2Plus;
-
maintainers = teams.gnome.members ++ (with maintainers; [ raskin vcunat ]);
platforms = platforms.unix;
};
}
···
'';
homepage = "https://gtkmm.org/";
license = licenses.lgpl2Plus;
+
maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]);
platforms = platforms.unix;
};
}
+1 -1
pkgs/development/libraries/gvfs/default.nix
···
description = "Virtual Filesystem support library" + optionalString gnomeSupport " (full GNOME support)";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
-
maintainers = [ maintainers.lethalman ] ++ teams.gnome.members;
};
}
···
description = "Virtual Filesystem support library" + optionalString gnomeSupport " (full GNOME support)";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
+
maintainers = [ ] ++ teams.gnome.members;
};
}
+1 -1
pkgs/development/libraries/libcrafter/default.nix
···
homepage = "https://github.com/pellegre/libcrafter";
description = "High level C++ network packet sniffing and crafting library";
license = lib.licenses.bsd3;
-
maintainers = [ lib.maintainers.lethalman ];
platforms = lib.platforms.unix;
};
}
···
homepage = "https://github.com/pellegre/libcrafter";
description = "High level C++ network packet sniffing and crafting library";
license = lib.licenses.bsd3;
+
maintainers = [ ];
platforms = lib.platforms.unix;
};
}
+1 -1
pkgs/development/libraries/libgdata/default.nix
···
meta = with lib; {
description = "GData API library";
homepage = "https://wiki.gnome.org/Projects/libgdata";
-
maintainers = with maintainers; [ raskin lethalman ] ++ teams.gnome.members;
platforms = platforms.linux;
license = licenses.lgpl21Plus;
};
···
meta = with lib; {
description = "GData API library";
homepage = "https://wiki.gnome.org/Projects/libgdata";
+
maintainers = with maintainers; [ raskin ] ++ teams.gnome.members;
platforms = platforms.linux;
license = licenses.lgpl21Plus;
};
+1 -1
pkgs/development/libraries/libndp/default.nix
···
homepage = "http://libndp.org/";
description = "Library for Neighbor Discovery Protocol";
platforms = platforms.linux;
-
maintainers = [ maintainers.lethalman ];
license = licenses.lgpl21;
};
···
homepage = "http://libndp.org/";
description = "Library for Neighbor Discovery Protocol";
platforms = platforms.linux;
+
maintainers = [ ];
license = licenses.lgpl21;
};
+1 -1
pkgs/development/libraries/libsignon-glib/default.nix
···
description = "A library for managing single signon credentials which can be used from GLib applications";
homepage = "https://gitlab.com/accounts-sso/libsignon-glib";
license = licenses.lgpl21;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "A library for managing single signon credentials which can be used from GLib applications";
homepage = "https://gitlab.com/accounts-sso/libsignon-glib";
license = licenses.lgpl21;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/libunity/default.nix
···
homepage = "https://launchpad.net/libunity";
license = licenses.lgpl3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ worldofpeace ];
};
}
···
homepage = "https://launchpad.net/libunity";
license = licenses.lgpl3;
platforms = platforms.linux;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/libraries/libwnck/3.x.nix
···
description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
-
maintainers = [ maintainers.worldofpeace ];
};
}
···
description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/libraries/mutest/default.nix
···
homepage = "https://ebassi.github.io/mutest/mutest.md.html";
description = "A BDD testing framework for C, inspired by Mocha";
license = licenses.mit;
-
maintainers = with maintainers; [ jtojnar worldofpeace ];
platforms = platforms.all;
};
}
···
homepage = "https://ebassi.github.io/mutest/mutest.md.html";
description = "A BDD testing framework for C, inspired by Mocha";
license = licenses.mit;
+
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.all;
};
}
+1 -1
pkgs/development/libraries/polkit/default.nix
···
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
license = licenses.gpl2;
platforms = platforms.unix;
-
maintainers = with maintainers; [ worldofpeace ];
};
}
···
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
license = licenses.gpl2;
platforms = platforms.unix;
+
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
};
}
+1 -1
pkgs/development/libraries/qgnomeplatform/default.nix
···
description = "QPlatformTheme for a better Qt application inclusion in GNOME";
homepage = "https://github.com/FedoraQt/QGnomePlatform";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "QPlatformTheme for a better Qt application inclusion in GNOME";
homepage = "https://github.com/FedoraQt/QGnomePlatform";
license = licenses.lgpl21Plus;
+
maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/vte/2.90.nix
···
the system's terminfo database.
'';
license = licenses.lgpl2;
-
maintainers = with maintainers; [ astsmtl antono lethalman ];
platforms = platforms.linux;
};
}
···
the system's terminfo database.
'';
license = licenses.lgpl2;
+
maintainers = with maintainers; [ astsmtl antono ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/vte/default.nix
···
the system's terminfo database.
'';
license = licenses.lgpl3Plus;
-
maintainers = with maintainers; [ astsmtl antono lethalman ] ++ teams.gnome.members;
platforms = platforms.unix;
};
}
···
the system's terminfo database.
'';
license = licenses.lgpl3Plus;
+
maintainers = with maintainers; [ astsmtl antono ] ++ teams.gnome.members;
platforms = platforms.unix;
};
}
+1 -1
pkgs/development/libraries/zeitgeist/default.nix
···
meta = with lib; {
description = "A service which logs the users’s activities and events";
homepage = "https://zeitgeist.freedesktop.org/";
-
maintainers = with maintainers; [ lethalman worldofpeace ];
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};
···
meta = with lib; {
description = "A service which logs the users’s activities and events";
homepage = "https://zeitgeist.freedesktop.org/";
+
maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};
+1 -1
pkgs/development/python-modules/anytree/default.nix
···
description = "Powerful and Lightweight Python Tree Data Structure";
homepage = "https://github.com/c0fec0de/anytree";
license = licenses.asl20;
-
maintainers = [ maintainers.worldofpeace ];
};
}
···
description = "Powerful and Lightweight Python Tree Data Structure";
homepage = "https://github.com/c0fec0de/anytree";
license = licenses.asl20;
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/python-modules/asyncssh/default.nix
···
description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework";
homepage = "https://asyncssh.readthedocs.io/en/latest";
license = licenses.epl20;
-
maintainers = with maintainers; [ worldofpeace ];
};
}
···
description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework";
homepage = "https://asyncssh.readthedocs.io/en/latest";
license = licenses.epl20;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/pybrowserid/default.nix
···
description = "Python library for the BrowserID Protocol";
homepage = "https://github.com/mozilla/PyBrowserID";
license = licenses.mpl20;
-
maintainers = with maintainers; [ worldofpeace ];
};
}
···
description = "Python library for the BrowserID Protocol";
homepage = "https://github.com/mozilla/PyBrowserID";
license = licenses.mpl20;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/development/ruby-modules/solargraph/default.nix
···
description = "A Ruby language server";
homepage = "https://solargraph.org/";
license = licenses.mit;
-
maintainers = with maintainers; [ worldofpeace nicknovitski angristan ];
};
}
···
description = "A Ruby language server";
homepage = "https://solargraph.org/";
license = licenses.mit;
+
maintainers = with maintainers; [ nicknovitski angristan ];
};
}
+1 -1
pkgs/development/tools/analysis/massif-visualizer/default.nix
···
description = "Tool that visualizes massif data generated by valgrind";
license = licenses.gpl2;
platforms = platforms.linux;
-
maintainers = with maintainers; [ lethalman zraexy ];
};
}
···
description = "Tool that visualizes massif data generated by valgrind";
license = licenses.gpl2;
platforms = platforms.linux;
+
maintainers = with maintainers; [ zraexy ];
};
}
+1 -1
pkgs/development/tools/misc/opengrok/default.nix
···
description = "Source code search and cross reference engine";
homepage = "https://opengrok.github.io/OpenGrok/";
license = licenses.cddl;
-
maintainers = [ maintainers.lethalman ];
};
}
···
description = "Source code search and cross reference engine";
homepage = "https://opengrok.github.io/OpenGrok/";
license = licenses.cddl;
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/tools/vala-language-server/default.nix
···
description = "Code Intelligence for Vala & Genie";
homepage = "https://github.com/benwaffle/vala-language-server";
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [ andreasfelix worldofpeace ];
platforms = platforms.linux;
};
}
···
description = "Code Intelligence for Vala & Genie";
homepage = "https://github.com/benwaffle/vala-language-server";
license = licenses.lgpl21Plus;
+
maintainers = with maintainers; [ andreasfelix ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/web/valum/default.nix
···
description = "Web micro-framework written in Vala";
license = licenses.lgpl3;
platforms = platforms.linux;
-
maintainers = [ maintainers.lethalman ];
};
}
···
description = "Web micro-framework written in Vala";
license = licenses.lgpl3;
platforms = platforms.linux;
+
maintainers = [ ];
};
}
+1 -1
pkgs/misc/screensavers/vlock/default.nix
···
meta = with lib; {
description = "Virtual console locking program";
license = licenses.gpl2;
-
maintainers = [ maintainers.lethalman ];
platforms = platforms.linux;
};
}
···
meta = with lib; {
description = "Virtual console locking program";
license = licenses.gpl2;
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/servers/fcgiwrap/default.nix
···
meta = with lib; {
homepage = "https://nginx.localdomain.pl/wiki/FcgiWrap";
description = "Simple server for running CGI applications over FastCGI";
-
maintainers = with maintainers; [ lethalman ];
platforms = with platforms; linux;
license = licenses.mit;
};
···
meta = with lib; {
homepage = "https://nginx.localdomain.pl/wiki/FcgiWrap";
description = "Simple server for running CGI applications over FastCGI";
+
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
license = licenses.mit;
};
+1 -1
pkgs/servers/ftp/pure-ftpd/default.nix
···
description = "A free, secure, production-quality and standard-conformant FTP server";
homepage = "https://www.pureftpd.org";
license = licenses.isc; # with some parts covered by BSD3(?)
-
maintainers = [ maintainers.lethalman ];
platforms = platforms.linux;
};
}
···
description = "A free, secure, production-quality and standard-conformant FTP server";
homepage = "https://www.pureftpd.org";
license = licenses.isc; # with some parts covered by BSD3(?)
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/servers/http/apache-modules/mod_dnssd/default.nix
···
description = "Provide Zeroconf support via DNS-SD using Avahi";
license = licenses.asl20;
platforms = platforms.linux;
-
maintainers = with maintainers; [ lethalman ];
};
}
···
description = "Provide Zeroconf support via DNS-SD using Avahi";
license = licenses.asl20;
platforms = platforms.linux;
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/shells/zsh/antibody/default.nix
···
description = "The fastest shell plugin manager";
homepage = "https://github.com/getantibody/antibody";
license = licenses.mit;
-
maintainers = with maintainers; [ Br1ght0ne worldofpeace ];
};
}
···
description = "The fastest shell plugin manager";
homepage = "https://github.com/getantibody/antibody";
license = licenses.mit;
+
maintainers = with maintainers; [ Br1ght0ne ];
};
}
+1 -1
pkgs/tools/X11/xdg-user-dirs/default.nix
···
homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
description = "A tool to help manage well known user directories like the desktop folder and the music folder";
license = licenses.gpl2;
-
maintainers = with maintainers; [ lethalman ];
platforms = platforms.linux;
};
}
···
homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs";
description = "A tool to help manage well known user directories like the desktop folder and the music folder";
license = licenses.gpl2;
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/misc/apparix/default.nix
···
meta = with lib; {
homepage = "http://micans.org/apparix";
description = "Add directory bookmarks, distant listing, and distant editing to the command line";
-
maintainers = with maintainers; [ lethalman ];
license = licenses.gpl2;
platforms = platforms.all;
};
···
meta = with lib; {
homepage = "http://micans.org/apparix";
description = "Add directory bookmarks, distant listing, and distant editing to the command line";
+
maintainers = with maintainers; [ ];
license = licenses.gpl2;
platforms = platforms.all;
};
+1 -1
pkgs/tools/misc/duc/default.nix
···
license = licenses.gpl2;
platforms = platforms.all;
-
maintainers = [ maintainers.lethalman ];
};
}
···
license = licenses.gpl2;
platforms = platforms.all;
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/misc/pastebinit/default.nix
···
meta = with lib; {
homepage = "https://launchpad.net/pastebinit";
description = "A software that lets you send anything you want directly to a pastebin from the command line";
-
maintainers = with maintainers; [ lethalman raboof ];
license = licenses.gpl2;
platforms = platforms.linux;
};
···
meta = with lib; {
homepage = "https://launchpad.net/pastebinit";
description = "A software that lets you send anything you want directly to a pastebin from the command line";
+
maintainers = with maintainers; [ raboof ];
license = licenses.gpl2;
platforms = platforms.linux;
};
+1 -1
pkgs/tools/networking/networkmanager/default.nix
···
homepage = "https://wiki.gnome.org/Projects/NetworkManager";
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ phreedom domenkozar obadz worldofpeace ];
platforms = platforms.linux;
};
}
···
homepage = "https://wiki.gnome.org/Projects/NetworkManager";
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
+
maintainers = teams.freedesktop.members ++ (with maintainers; [ phreedom domenkozar obadz ]);
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/networking/polygraph/default.nix
···
description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries";
platforms = platforms.linux;
license = licenses.asl20;
-
maintainers = [ maintainers.lethalman ];
};
}
···
description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries";
platforms = platforms.linux;
license = licenses.asl20;
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/networking/tracebox/default.nix
···
homepage = "http://www.tracebox.org/";
description = "A middlebox detection tool";
license = lib.licenses.gpl2;
-
maintainers = [ maintainers.lethalman ];
platforms = platforms.linux;
};
}
···
homepage = "http://www.tracebox.org/";
description = "A middlebox detection tool";
license = lib.licenses.gpl2;
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/security/crunch/default.nix
···
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
platforms = platforms.unix;
license = with licenses; [ gpl2Only ];
-
maintainers = with maintainers; [ lethalman lnl7 ];
};
}
···
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
platforms = platforms.unix;
license = with licenses; [ gpl2Only ];
+
maintainers = with maintainers; [ lnl7 ];
};
}
+1 -1
pkgs/tools/system/netdata/default.nix
···
homepage = "https://www.netdata.cloud/";
license = licenses.gpl3Plus;
platforms = platforms.unix;
-
maintainers = [ maintainers.lethalman ];
};
}
···
homepage = "https://www.netdata.cloud/";
license = licenses.gpl3Plus;
platforms = platforms.unix;
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/system/netdata/go.d.plugin.nix
···
description = "Netdata orchestrator for data collection modules written in go";
homepage = "https://github.com/netdata/go.d.plugin";
license = licenses.gpl3;
-
maintainers = [ maintainers.lethalman ];
};
}
···
description = "Netdata orchestrator for data collection modules written in go";
homepage = "https://github.com/netdata/go.d.plugin";
license = licenses.gpl3;
+
maintainers = [ ];
};
}
+1 -1
pkgs/tools/typesetting/tex/texlive/bin.nix
···
description = "Basic binaries for TeX Live";
homepage = "http://www.tug.org/texlive";
license = lib.licenses.gpl2;
-
maintainers = with maintainers; [ vcunat veprbl lovek323 raskin jwiegley ];
platforms = platforms.all;
};
};
···
description = "Basic binaries for TeX Live";
homepage = "http://www.tug.org/texlive";
license = lib.licenses.gpl2;
+
maintainers = with maintainers; [ veprbl lovek323 raskin jwiegley ];
platforms = platforms.all;
};
};