Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát
2021-05-08 10:46:32 +02:00
94 changed files with 92 additions and 95 deletions

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

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

View File

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