treewide: remove lethalman from meta.maintainers

He hasn't been heard of for years.
This commit is contained in:
Vladimír Čunát 2021-05-07 15:35:21 +02:00
parent 0420282780
commit 73e17a3594
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
31 changed files with 31 additions and 31 deletions

View file

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

View file

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

View file

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

View file

@ -89,6 +89,6 @@ stdenv.mkDerivation rec {
homepage = "https://people.freedesktop.org/~hughsient/appstream-glib/";
license = licenses.lgpl2Plus;
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;
maintainers = with lib.maintainers; [ lethalman ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
};
}

View file

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

View file

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

View file

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

View file

@ -127,6 +127,6 @@ stdenv.mkDerivation rec {
description = "Virtual Filesystem support library" + optionalString gnomeSupport " (full GNOME support)";
license = licenses.lgpl2Plus;
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";
description = "High level C++ network packet sniffing and crafting library";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.lethalman ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
}

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GData API library";
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;
license = licenses.lgpl21Plus;
};

View file

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

View file

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

View file

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

View file

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

View file

@ -25,6 +25,6 @@ mkDerivation rec {
description = "Tool that visualizes massif data generated by valgrind";
license = licenses.gpl2;
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";
homepage = "https://opengrok.github.io/OpenGrok/";
license = licenses.cddl;
maintainers = [ maintainers.lethalman ];
maintainers = [ ];
};
}

View file

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

View file

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

View file

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

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
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 ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View file

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

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
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 ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
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 ];
maintainers = with maintainers; [ ];
license = licenses.gpl2;
platforms = platforms.all;
};

View file

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

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
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 ];
maintainers = with maintainers; [ raboof ];
license = licenses.gpl2;
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";
platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.lethalman ];
maintainers = [ ];
};
}

View file

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

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
platforms = platforms.unix;
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/";
license = licenses.gpl3Plus;
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";
homepage = "https://github.com/netdata/go.d.plugin";
license = licenses.gpl3;
maintainers = [ maintainers.lethalman ];
maintainers = [ ];
};
}