Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát 2021-05-08 10:46:32 +02:00
commit 080cd658ca
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
94 changed files with 92 additions and 95 deletions

View file

@ -66,7 +66,7 @@ with lib.maintainers; {
}; };
freedesktop = { freedesktop = {
members = [ jtojnar worldofpeace ]; members = [ jtojnar ];
scope = "Maintain Freedesktop.org packages for graphical desktop."; scope = "Maintain Freedesktop.org packages for graphical desktop.";
}; };
@ -89,7 +89,6 @@ with lib.maintainers; {
members = [ members = [
hedning hedning
jtojnar jtojnar
worldofpeace
dasj19 dasj19
maxeaubrey maxeaubrey
]; ];

View file

@ -6,7 +6,7 @@ with lib;
{ {
meta = { meta = {
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
###### interface ###### interface

View file

@ -266,5 +266,5 @@ in
} // mapAttrs' appConfigToINICompatible cfg.appConfig); } // mapAttrs' appConfigToINICompatible cfg.appConfig);
}; };
meta.maintainers = with lib.maintainers; [ worldofpeace ]; meta.maintainers = with lib.maintainers; [ ];
} }

View file

@ -19,7 +19,7 @@ in
]; ];
meta = { meta = {
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
###### interface ###### interface

View file

@ -7,7 +7,7 @@ with lib;
{ {
meta = { meta = {
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
###### interface ###### interface

View file

@ -9,7 +9,7 @@ in
{ {
meta = { meta = {
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
imports = [ imports = [

View file

@ -39,6 +39,6 @@ python3.pkgs.buildPythonApplication {
''; '';
meta = with lib; { meta = with lib; {
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -11,7 +11,7 @@ let
in in
{ {
meta = { meta = {
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
options = { options = {

View file

@ -70,7 +70,7 @@ let
in in
{ {
meta = { meta = {
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
# Note: the order in which lightdm greeter modules are imported # Note: the order in which lightdm greeter modules are imported

View file

@ -4,7 +4,6 @@ import ./make-test-python.nix ({ lib, ... }:
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [
jtojnar jtojnar
worldofpeace
]; ];
machine = { config, pkgs, ... }: { machine = { config, pkgs, ... }: {

View file

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : { import ./make-test-python.nix ({ pkgs, ...} : {
name = "lightdm"; name = "lightdm";
meta = with pkgs.lib.maintainers; { meta = with pkgs.lib.maintainers; {
maintainers = [ aszlig worldofpeace ]; maintainers = [ aszlig ];
}; };
machine = { ... }: { machine = { ... }: {

View file

@ -98,7 +98,7 @@ mkDerivation rec {
homepage = "https://github.com/falkTX/Cadence/"; homepage = "https://github.com/falkTX/Cadence/";
description = "Collection of tools useful for audio production"; description = "Collection of tools useful for audio production";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ worldofpeace ]; maintainers = with lib.maintainers; [ ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View file

@ -106,7 +106,7 @@ python3.pkgs.buildPythonApplication rec {
description = "A modern music player for GNOME"; description = "A modern music player for GNOME";
homepage = "https://wiki.gnome.org/Apps/Lollypop"; homepage = "https://wiki.gnome.org/Apps/Lollypop";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/needle-and-thread/vocal"; homepage = "https://github.com/needle-and-thread/vocal";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -142,6 +142,6 @@ stdenv.mkDerivation rec {
description = "A cross-desktop display manager"; description = "A cross-desktop display manager";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "Find the most beautiful wallpapers for your desktop"; description = "Find the most beautiful wallpapers for your desktop";
homepage = "https://github.com/calo001/fondo"; homepage = "https://github.com/calo001/fondo";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -30,7 +30,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A Graphviz dot graph viewer for KDE"; description = "A Graphviz dot graph viewer for KDE";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ lethalman ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "Stupidly-simple sticky notes applet"; description = "Stupidly-simple sticky notes applet";
homepage = "https://github.com/lainsce/notejot"; homepage = "https://github.com/lainsce/notejot";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey"; description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey";
homepage = "https://github.com/cleac/olifant"; homepage = "https://github.com/cleac/olifant";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -115,6 +115,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://ulauncher.io/"; homepage = "https://ulauncher.io/";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ aaronjanse worldofpeace ]; maintainers = with maintainers; [ aaronjanse ];
}; };
} }

View file

@ -76,7 +76,7 @@ python3.pkgs.buildPythonApplication rec {
description = "A new GNOME web browser"; description = "A new GNOME web browser";
homepage = "https://wiki.gnome.org/Apps/Eolie"; homepage = "https://wiki.gnome.org/Apps/Eolie";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ samdroid-apps worldofpeace ]; maintainers = with maintainers; [ samdroid-apps ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "A modern desktop application designed to complement existing web-based RSS accounts"; description = "A modern desktop application designed to complement existing web-based RSS accounts";
homepage = "https://jangernert.github.io/FeedReader/"; homepage = "https://jangernert.github.io/FeedReader/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ edwtjo worldofpeace ]; maintainers = with maintainers; [ edwtjo ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "The FTP Client that drives you anywhere"; description = "The FTP Client that drives you anywhere";
homepage = "https://github.com/Alecaddd/taxi"; homepage = "https://github.com/Alecaddd/taxi";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
description = "Matrix group messaging app"; description = "Matrix group messaging app";
homepage = "https://gitlab.gnome.org/GNOME/fractal"; homepage = "https://gitlab.gnome.org/GNOME/fractal";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ dtzWill worldofpeace ]; maintainers = teams.gnome.members ++ (with maintainers; [ dtzWill ]);
}; };
} }

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Link-local XMPP connection manager for Telepathy"; description = "Link-local XMPP connection manager for Telepathy";
platforms = platforms.gnu ++ platforms.linux; # Random choice platforms = platforms.gnu ++ platforms.linux; # Random choice
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
broken = true; broken = true;
}; };
} }

View file

@ -51,7 +51,6 @@ let
arianvp arianvp
kiwi kiwi
toonn toonn
worldofpeace
]; ];
platforms = [ platforms = [
"x86_64-darwin" "x86_64-darwin"

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "Know the forecast of the next hours & days"; description = "Know the forecast of the next hours & days";
homepage = "https://gitlab.com/bitseater/meteo"; homepage = "https://gitlab.com/bitseater/meteo";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
+ lib.optionalString withPantheon " - built with Contractor support"; + lib.optionalString withPantheon " - built with Contractor support";
homepage = "https://github.com/Philip-Scott/Notes-up"; homepage = "https://github.com/Philip-Scott/Notes-up";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ davidak worldofpeace ]; maintainers = with maintainers; [ davidak ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
description = "Tiling terminal emulator following the Gnome Human Interface Guidelines"; description = "Tiling terminal emulator following the Gnome Human Interface Guidelines";
homepage = "https://gnunn1.github.io/tilix-web"; homepage = "https://gnunn1.github.io/tilix-web";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ midchildan worldofpeace ]; maintainers = with maintainers; [ midchildan ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/celluloid-player/celluloid"; homepage = "https://github.com/celluloid-player/celluloid";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -15,7 +15,7 @@ buildKodiAddon rec {
homepage = "https://github.com/osmc/skin.osmc"; homepage = "https://github.com/osmc/skin.osmc";
description = "The default skin for OSMC"; description = "The default skin for OSMC";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
license = licenses.cc-by-nc-sa-30; license = licenses.cc-by-nc-sa-30;
}; };
} }

View file

@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/phw/peek"; homepage = "https://github.com/phw/peek";
description = "Simple animated GIF screen recorder with an easy to use interface"; description = "Simple animated GIF screen recorder with an easy to use interface";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ puffnfresh worldofpeace ]; maintainers = with maintainers; [ puffnfresh ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -26,6 +26,6 @@ in fetchFromGitLab {
homepage = "https://www.opensans.com"; homepage = "https://www.opensans.com";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.worldofpeace ]; maintainers = [ ];
}; };
} }

View file

@ -36,7 +36,7 @@ mkDerivation rec {
description = "A style to bend Qt applications to look like they belong into GNOME Shell"; description = "A style to bend Qt applications to look like they belong into GNOME Shell";
homepage = "https://github.com/FedoraQt/adwaita-qt"; homepage = "https://github.com/FedoraQt/adwaita-qt";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A simple MPRIS indicator button for GNOME Shell"; description = "A simple MPRIS indicator button for GNOME Shell";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = gnome.gnome-shell.meta.platforms; platforms = gnome.gnome-shell.meta.platforms;
homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button"; homepage = "https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button";
broken = versionOlder gnome.gnome-shell.version "3.34"; broken = versionOlder gnome.gnome-shell.version "3.34";

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
This GNOME utility helps to manage time according to Pomodoro Technique. This GNOME utility helps to manage time according to Pomodoro Technique.
It intends to improve productivity and focus by taking short breaks. It intends to improve productivity and focus by taking short breaks.
''; '';
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -23,7 +23,7 @@ lib.makeScope pkgs.newScope (self: with self; {
wingpanel-indicator-session wingpanel-indicator-sound wingpanel-indicator-session wingpanel-indicator-sound
]; ];
maintainers = with pkgs.lib.maintainers; [ worldofpeace ]; maintainers = with pkgs.lib.maintainers; [ ];
mutter = pkgs.gnome.mutter334; mutter = pkgs.gnome.mutter334;

View file

@ -101,7 +101,7 @@ let
homepage = "https://wiki.gnome.org/Projects/Vala"; homepage = "https://wiki.gnome.org/Projects/Vala";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ antono jtojnar lethalman peterhoeg worldofpeace ]; maintainers = with maintainers; [ antono jtojnar peterhoeg ];
}; };
}); });

View file

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/"; homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ lethalman matthewbauer ]; maintainers = with maintainers; [ matthewbauer ];
}; };
} }

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ lethalman ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "Clutter-GTK"; description = "Clutter-GTK";
homepage = "http://www.clutter-project.org/"; homepage = "http://www.clutter-project.org/";
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ lethalman ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
}; };
} }

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
homepage = "http://www.clutter-project.org/"; homepage = "http://www.clutter-project.org/";
maintainers = with lib.maintainers; [ lethalman ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.mesaPlatforms; platforms = lib.platforms.mesaPlatforms;
}; };
} }

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = "http://ctpl.tuxfamily.org/"; homepage = "http://ctpl.tuxfamily.org/";
description = "Template engine library written in C"; description = "Template engine library written in C";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
}; };
} }

View file

@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
description = "Simple interprocess messaging system"; description = "Simple interprocess messaging system";
homepage = "http://www.freedesktop.org/wiki/Software/dbus/"; homepage = "http://www.freedesktop.org/wiki/Software/dbus/";
license = licenses.gpl2Plus; # most is also under AFL-2.1 license = licenses.gpl2Plus; # most is also under AFL-2.1
maintainers = with maintainers; [ worldofpeace ]; maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://launchpad.net/dee"; homepage = "https://launchpad.net/dee";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ abbradar worldofpeace ]; maintainers = with maintainers; [ abbradar ];
}; };
} }

View file

@ -118,6 +118,6 @@ stdenv.mkDerivation rec {
homepage = "http://fontconfig.org/"; homepage = "http://fontconfig.org/";
license = licenses.bsd2; # custom but very bsd-like license = licenses.bsd2; # custom but very bsd-like
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.vcunat ]; maintainers = with maintainers; teams.freedesktop.members ++ [ ];
}; };
} }

View file

@ -191,7 +191,7 @@ stdenv.mkDerivation rec {
description = "C library of programming buildings blocks"; description = "C library of programming buildings blocks";
homepage = "https://www.gtk.org/"; homepage = "https://www.gtk.org/";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ lovek323 raskin worldofpeace ]; maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 raskin ]);
platforms = platforms.unix; platforms = platforms.unix;
longDescription = '' longDescription = ''

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
description = "A thin layer of graphic data types"; description = "A thin layer of graphic data types";
homepage = "https://ebassi.github.com/graphene"; homepage = "https://ebassi.github.com/graphene";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ worldofpeace ]; maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -54,7 +54,7 @@ unwrapped = stdenv.mkDerivation rec {
description = "D-Bus service which performs user authentication on behalf of its clients"; description = "D-Bus service which performs user authentication on behalf of its clients";
homepage = "https://gitlab.com/accounts-sso/gsignond"; homepage = "https://gitlab.com/accounts-sso/gsignond";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}; };

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles Last.FM credentials"; description = "Plugin for the Accounts-SSO gSignOn daemon that handles Last.FM credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-lastfm"; homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-lastfm";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles E-Mail credentials"; description = "Plugin for the Accounts-SSO gSignOn daemon that handles E-Mail credentials";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-mail"; homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-mail";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the OAuth 1.0 and 2.0 authentication protocols"; 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"; homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-oa";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation {
description = "Plugin for the Accounts-SSO gSignOn daemon that handles the SASL authentication protocol"; description = "Plugin for the Accounts-SSO gSignOn daemon that handles the SASL authentication protocol";
homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-sasl"; homepage = "https://gitlab.com/accounts-sso/gsignond-plugin-sasl";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -236,7 +236,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://www.gtk.org/"; homepage = "https://www.gtk.org/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin lethalman worldofpeace ]; maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]);
platforms = platforms.all; platforms = platforms.all;
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS"; changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
}; };

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ raskin vcunat ]; maintainers = with lib.maintainers; [ raskin ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin vcunat ]; maintainers = with maintainers; [ raskin ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://gtkmm.org/"; homepage = "https://gtkmm.org/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = teams.gnome.members ++ (with maintainers; [ raskin vcunat ]); maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]);
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -127,6 +127,6 @@ stdenv.mkDerivation rec {
description = "Virtual Filesystem support library" + optionalString gnomeSupport " (full GNOME support)"; description = "Virtual Filesystem support library" + optionalString gnomeSupport " (full GNOME support)";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.lethalman ] ++ teams.gnome.members; maintainers = [ ] ++ teams.gnome.members;
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pellegre/libcrafter"; homepage = "https://github.com/pellegre/libcrafter";
description = "High level C++ network packet sniffing and crafting library"; description = "High level C++ network packet sniffing and crafting library";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.lethalman ]; maintainers = [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "GData API library"; description = "GData API library";
homepage = "https://wiki.gnome.org/Projects/libgdata"; homepage = "https://wiki.gnome.org/Projects/libgdata";
maintainers = with maintainers; [ raskin lethalman ] ++ teams.gnome.members; maintainers = with maintainers; [ raskin ] ++ teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
}; };

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = "http://libndp.org/"; homepage = "http://libndp.org/";
description = "Library for Neighbor Discovery Protocol"; description = "Library for Neighbor Discovery Protocol";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
license = licenses.lgpl21; license = licenses.lgpl21;
}; };

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
description = "A library for managing single signon credentials which can be used from GLib applications"; description = "A library for managing single signon credentials which can be used from GLib applications";
homepage = "https://gitlab.com/accounts-sso/libsignon-glib"; homepage = "https://gitlab.com/accounts-sso/libsignon-glib";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -65,6 +65,6 @@ stdenv.mkDerivation {
homepage = "https://launchpad.net/libunity"; homepage = "https://launchpad.net/libunity";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)"; description = "Library to manage X windows and workspaces (via pagers, tasklists, etc.)";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.worldofpeace ]; maintainers = [ ];
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
homepage = "https://ebassi.github.io/mutest/mutest.md.html"; homepage = "https://ebassi.github.io/mutest/mutest.md.html";
description = "A BDD testing framework for C, inspired by Mocha"; description = "A BDD testing framework for C, inspired by Mocha";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jtojnar worldofpeace ]; maintainers = with maintainers; [ jtojnar ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -116,6 +116,6 @@ stdenv.mkDerivation rec {
description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes"; description = "A toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ worldofpeace ]; maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
}; };
} }

View file

@ -62,7 +62,7 @@ mkDerivation rec {
description = "QPlatformTheme for a better Qt application inclusion in GNOME"; description = "QPlatformTheme for a better Qt application inclusion in GNOME";
homepage = "https://github.com/FedoraQt/QGnomePlatform"; homepage = "https://github.com/FedoraQt/QGnomePlatform";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = teams.gnome.members ++ (with maintainers; [ ]);
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
the system's terminfo database. the system's terminfo database.
''; '';
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = with maintainers; [ astsmtl antono lethalman ]; maintainers = with maintainers; [ astsmtl antono ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
the system's terminfo database. the system's terminfo database.
''; '';
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ astsmtl antono lethalman ] ++ teams.gnome.members; maintainers = with maintainers; [ astsmtl antono ] ++ teams.gnome.members;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A service which logs the userss activities and events"; description = "A service which logs the userss activities and events";
homepage = "https://zeitgeist.freedesktop.org/"; homepage = "https://zeitgeist.freedesktop.org/";
maintainers = with maintainers; [ lethalman worldofpeace ]; maintainers = teams.freedesktop.members ++ (with maintainers; [ ]);
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Powerful and Lightweight Python Tree Data Structure"; description = "Powerful and Lightweight Python Tree Data Structure";
homepage = "https://github.com/c0fec0de/anytree"; homepage = "https://github.com/c0fec0de/anytree";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.worldofpeace ]; maintainers = [ ];
}; };
} }

View file

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework"; 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"; homepage = "https://asyncssh.readthedocs.io/en/latest";
license = licenses.epl20; license = licenses.epl20;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -18,7 +18,7 @@ buildPythonPackage rec {
description = "Python library for the BrowserID Protocol"; description = "Python library for the BrowserID Protocol";
homepage = "https://github.com/mozilla/PyBrowserID"; homepage = "https://github.com/mozilla/PyBrowserID";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -11,6 +11,6 @@ bundlerApp {
description = "A Ruby language server"; description = "A Ruby language server";
homepage = "https://solargraph.org/"; homepage = "https://solargraph.org/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ worldofpeace nicknovitski angristan ]; maintainers = with maintainers; [ nicknovitski angristan ];
}; };
} }

View file

@ -25,6 +25,6 @@ mkDerivation rec {
description = "Tool that visualizes massif data generated by valgrind"; description = "Tool that visualizes massif data generated by valgrind";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ lethalman zraexy ]; maintainers = with maintainers; [ zraexy ];
}; };
} }

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "Source code search and cross reference engine"; description = "Source code search and cross reference engine";
homepage = "https://opengrok.github.io/OpenGrok/"; homepage = "https://opengrok.github.io/OpenGrok/";
license = licenses.cddl; license = licenses.cddl;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
}; };
} }

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
description = "Code Intelligence for Vala & Genie"; description = "Code Intelligence for Vala & Genie";
homepage = "https://github.com/benwaffle/vala-language-server"; homepage = "https://github.com/benwaffle/vala-language-server";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ andreasfelix worldofpeace ]; maintainers = with maintainers; [ andreasfelix ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "Web micro-framework written in Vala"; description = "Web micro-framework written in Vala";
license = licenses.lgpl3; license = licenses.lgpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Virtual console locking program"; description = "Virtual console locking program";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://nginx.localdomain.pl/wiki/FcgiWrap"; homepage = "https://nginx.localdomain.pl/wiki/FcgiWrap";
description = "Simple server for running CGI applications over FastCGI"; description = "Simple server for running CGI applications over FastCGI";
maintainers = with maintainers; [ lethalman ]; maintainers = with maintainers; [ ];
platforms = with platforms; linux; platforms = with platforms; linux;
license = licenses.mit; license = licenses.mit;
}; };

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "A free, secure, production-quality and standard-conformant FTP server"; description = "A free, secure, production-quality and standard-conformant FTP server";
homepage = "https://www.pureftpd.org"; homepage = "https://www.pureftpd.org";
license = licenses.isc; # with some parts covered by BSD3(?) license = licenses.isc; # with some parts covered by BSD3(?)
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
description = "Provide Zeroconf support via DNS-SD using Avahi"; description = "Provide Zeroconf support via DNS-SD using Avahi";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ lethalman ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -21,6 +21,6 @@ buildGoModule rec {
description = "The fastest shell plugin manager"; description = "The fastest shell plugin manager";
homepage = "https://github.com/getantibody/antibody"; homepage = "https://github.com/getantibody/antibody";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne worldofpeace ]; maintainers = with maintainers; [ Br1ght0ne ];
}; };
} }

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "http://freedesktop.org/wiki/Software/xdg-user-dirs"; 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"; description = "A tool to help manage well known user directories like the desktop folder and the music folder";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ lethalman ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "http://micans.org/apparix"; homepage = "http://micans.org/apparix";
description = "Add directory bookmarks, distant listing, and distant editing to the command line"; description = "Add directory bookmarks, distant listing, and distant editing to the command line";
maintainers = with maintainers; [ lethalman ]; maintainers = with maintainers; [ ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://launchpad.net/pastebinit"; homepage = "https://launchpad.net/pastebinit";
description = "A software that lets you send anything you want directly to a pastebin from the command line"; description = "A software that lets you send anything you want directly to a pastebin from the command line";
maintainers = with maintainers; [ lethalman raboof ]; maintainers = with maintainers; [ raboof ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -106,7 +106,7 @@ in stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Projects/NetworkManager"; homepage = "https://wiki.gnome.org/Projects/NetworkManager";
description = "Network configuration and management tool"; description = "Network configuration and management tool";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom domenkozar obadz worldofpeace ]; maintainers = teams.freedesktop.members ++ (with maintainers; [ phreedom domenkozar obadz ]);
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries"; description = "Performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.tracebox.org/"; homepage = "http://www.tracebox.org/";
description = "A middlebox detection tool"; description = "A middlebox detection tool";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/crunch-wordlist/"; homepage = "https://sourceforge.net/projects/crunch-wordlist/";
platforms = platforms.unix; platforms = platforms.unix;
license = with licenses; [ gpl2Only ]; license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ lethalman lnl7 ]; maintainers = with maintainers; [ lnl7 ];
}; };
} }

View file

@ -87,6 +87,6 @@ in stdenv.mkDerivation rec {
homepage = "https://www.netdata.cloud/"; homepage = "https://www.netdata.cloud/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
}; };
} }

View file

@ -26,6 +26,6 @@ buildGoModule rec {
description = "Netdata orchestrator for data collection modules written in go"; description = "Netdata orchestrator for data collection modules written in go";
homepage = "https://github.com/netdata/go.d.plugin"; homepage = "https://github.com/netdata/go.d.plugin";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.lethalman ]; maintainers = [ ];
}; };
} }

View file

@ -143,7 +143,7 @@ core = stdenv.mkDerivation rec {
description = "Basic binaries for TeX Live"; description = "Basic binaries for TeX Live";
homepage = "http://www.tug.org/texlive"; homepage = "http://www.tug.org/texlive";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = with maintainers; [ vcunat veprbl lovek323 raskin jwiegley ]; maintainers = with maintainers; [ veprbl lovek323 raskin jwiegley ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };