treewide: remove myself from maintainers

This removes maintainer entries which haven't reflected reality for a
while, mostly due to a change in focus towards other topics.
This commit is contained in:
WilliButz 2025-06-11 17:33:22 +02:00
parent 917dfafa27
commit 356d4fc91c
No known key found for this signature in database
GPG Key ID: AB05DF703EB9DC70
37 changed files with 19 additions and 48 deletions

View File

@ -589,6 +589,6 @@ in
meta = { meta = {
doc = ./exporters.md; doc = ./exporters.md;
maintainers = [ maintainers.willibutz ]; maintainers = [ ];
}; };
} }

View File

@ -94,9 +94,7 @@ import ../make-test-python.nix (
{ {
name = "grafana-basic"; name = "grafana-basic";
meta = with maintainers; { meta.maintainers = [ ];
maintainers = [ willibutz ];
};
inherit nodes; inherit nodes;

View File

@ -193,9 +193,7 @@ import ../../make-test-python.nix (
{ {
name = "grafana-provision"; name = "grafana-provision";
meta = with maintainers; { meta.maintainers = [ ];
maintainers = [ willibutz ];
};
inherit nodes; inherit nodes;

View File

@ -2,10 +2,7 @@
{ {
name = "hedgedoc"; name = "hedgedoc";
meta = with lib.maintainers; { meta.maintainers = [ ];
maintainers = [ willibutz ];
};
nodes = { nodes = {
hedgedocSqlite = hedgedocSqlite =
{ ... }: { ... }:

View File

@ -4,7 +4,6 @@ import ../make-test-python.nix (
{ {
name = "initrd-network-ssh"; name = "initrd-network-ssh";
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [
willibutz
emily emily
]; ];

View File

@ -3,9 +3,7 @@
{ {
name = "loki"; name = "loki";
meta = with lib.maintainers; { meta.maintainers = [ ];
maintainers = [ willibutz ];
};
nodes.machine = nodes.machine =
{ ... }: { ... }:

View File

@ -14,7 +14,6 @@ let
meta = with lib.maintainers; { meta = with lib.maintainers; {
maintainers = [ maintainers = [
spinus spinus
willibutz
]; ];
}; };

View File

@ -1905,9 +1905,7 @@ mapAttrs (
${nodeName}.shutdown() ${nodeName}.shutdown()
''; '';
meta = with maintainers; { meta.maintainers = [ ];
maintainers = [ willibutz ];
};
} }
)) ))
) exporterTests ) exporterTests

View File

@ -75,7 +75,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with maintainers; [ maintainers = with maintainers; [
gepbird gepbird
globin globin
willibutz
]; ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "feh"; mainProgram = "feh";

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/wee-slack/wee-slack"; homepage = "https://github.com/wee-slack/wee-slack";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
description = '' description = ''
A WeeChat plugin for Slack.com. Synchronizes read markers, provides typing notification, search, etc.. A WeeChat plugin for Slack.com. Synchronizes read markers, provides typing notification, search, etc..
''; '';

View File

@ -35,7 +35,6 @@ buildGoModule rec {
mainProgram = "dovecot_exporter"; mainProgram = "dovecot_exporter";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
willibutz
globin globin
]; ];
}; };

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/epoupon/fileshelter"; homepage = "https://github.com/epoupon/fileshelter";
description = "FileShelter is a 'one-click' file sharing web application"; description = "FileShelter is a 'one-click' file sharing web application";
mainProgram = "fileshelter"; mainProgram = "fileshelter";
maintainers = [ lib.maintainers.willibutz ]; maintainers = [ ];
license = lib.licenses.gpl3; license = lib.licenses.gpl3;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View File

@ -107,7 +107,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
sheenobu sheenobu
willibutz
]; ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };

View File

@ -73,7 +73,7 @@ python.pkgs.buildPythonApplication rec {
homepage = "https://github.com/yandex/gixy"; homepage = "https://github.com/yandex/gixy";
sourceProvenance = [ lib.sourceTypes.fromSource ]; sourceProvenance = [ lib.sourceTypes.fromSource ];
license = lib.licenses.mpl20; license = lib.licenses.mpl20;
maintainers = [ lib.maintainers.willibutz ]; maintainers = [ ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -79,7 +79,6 @@ buildGoModule rec {
homepage = "https://grafana.com/oss/loki/"; homepage = "https://grafana.com/oss/loki/";
changelog = "https://github.com/grafana/loki/releases/tag/v${version}"; changelog = "https://github.com/grafana/loki/releases/tag/v${version}";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
willibutz
globin globin
mmahut mmahut
emilylange emilylange

View File

@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
description = "Python script to control NZXT cooler Kraken X52/X62/X72"; description = "Python script to control NZXT cooler Kraken X52/X62/X72";
homepage = "https://github.com/KsenijaS/krakenx"; homepage = "https://github.com/KsenijaS/krakenx";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = [ maintainers.willibutz ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = "Easy-to-use event device library in C++"; description = "Easy-to-use event device library in C++";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = "Easy-to-use uinput library in C++"; description = "Easy-to-use uinput library in C++";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View File

@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ maintainers = with maintainers; [
pSub pSub
willibutz
]; ];
license = licenses.bsd2; license = licenses.bsd2;
}; };

View File

@ -70,7 +70,6 @@ python3Packages.buildPythonPackage rec {
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
globin globin
willibutz
]; ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "opsdroid"; mainProgram = "opsdroid";

View File

@ -137,7 +137,6 @@ buildGoModule (finalAttrs: {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers = with maintainers; [
fpletz fpletz
willibutz
Frostman Frostman
]; ];
}; };

View File

@ -44,6 +44,6 @@ buildGoModule rec {
description = "High volume, minimal dependency trace storage"; description = "High volume, minimal dependency trace storage";
license = licenses.asl20; license = licenses.asl20;
homepage = "https://grafana.com/oss/tempo/"; homepage = "https://grafana.com/oss/tempo/";
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
]; ];
meta = { meta = {
maintainers = with lib.maintainers; [ willibutz ]; maintainers = [ ];
description = "Tool for converting Xen images to raw and back"; description = "Tool for converting Xen images to raw and back";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;

View File

@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
mainProgram = "ydotool"; mainProgram = "ydotool";
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
willibutz
kraem kraem
]; ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
homepage = "https://github.com/bw2/ConfigArgParse"; homepage = "https://github.com/bw2/ConfigArgParse";
changelog = "https://github.com/bw2/ConfigArgParse/releases/tag/${version}"; changelog = "https://github.com/bw2/ConfigArgParse/releases/tag/${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
}; };
} }

View File

@ -158,7 +158,6 @@ buildGoModule rec {
maintainers = with maintainers; [ maintainers = with maintainers; [
offline offline
fpletz fpletz
willibutz
globin globin
ma27 ma27
Frostman Frostman

View File

@ -42,7 +42,6 @@ buildGoModule rec {
maintainers = with maintainers; [ maintainers = with maintainers; [
globin globin
fpletz fpletz
willibutz
Frostman Frostman
ma27 ma27
]; ];

View File

@ -29,7 +29,6 @@ buildGoModule rec {
mainProgram = "dnsmasq_exporter"; mainProgram = "dnsmasq_exporter";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers = with maintainers; [
willibutz
globin globin
]; ];
# Broken on darwin for Go toolchain > 1.22, with error: # Broken on darwin for Go toolchain > 1.22, with error:

View File

@ -24,7 +24,7 @@ buildGoModule rec {
description = "Prometheus exporter which scrapes remote JSON by JSONPath"; description = "Prometheus exporter which scrapes remote JSON by JSONPath";
homepage = "https://github.com/prometheus-community/json_exporter"; homepage = "https://github.com/prometheus-community/json_exporter";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
mainProgram = "json_exporter"; mainProgram = "json_exporter";
}; };
} }

View File

@ -34,7 +34,6 @@ buildGoModule {
homepage = "https://github.com/cherti/mailexporter"; homepage = "https://github.com/cherti/mailexporter";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ maintainers = with maintainers; [
willibutz
globin globin
]; ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -24,7 +24,7 @@ buildGoModule rec {
description = "Prometheus exporter for Nextcloud servers"; description = "Prometheus exporter for Nextcloud servers";
homepage = "https://github.com/xperimental/nextcloud-exporter"; homepage = "https://github.com/xperimental/nextcloud-exporter";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
mainProgram = "nextcloud-exporter"; mainProgram = "nextcloud-exporter";
}; };
} }

View File

@ -41,7 +41,6 @@ buildGoModule rec {
maintainers = with maintainers; [ maintainers = with maintainers; [
benley benley
fpletz fpletz
willibutz
globin globin
]; ];
}; };

View File

@ -43,7 +43,6 @@ buildGoModule rec {
mainProgram = "postfix_exporter"; mainProgram = "postfix_exporter";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ maintainers = with maintainers; [
willibutz
globin globin
]; ];
}; };

View File

@ -44,7 +44,6 @@ buildGoModule rec {
maintainers = with maintainers; [ maintainers = with maintainers; [
fpletz fpletz
globin globin
willibutz
ma27 ma27
]; ];
}; };

View File

@ -61,7 +61,7 @@ postgresqlBuildExtension (finalAttrs: {
as well as the ability to integrate with other TAP-emitting test frameworks. as well as the ability to integrate with other TAP-emitting test frameworks.
It can also be used in the xUnit testing style. It can also be used in the xUnit testing style.
''; '';
maintainers = with lib.maintainers; [ willibutz ]; maintainers = [ ];
homepage = "https://pgtap.org"; homepage = "https://pgtap.org";
inherit (postgresql.meta) platforms; inherit (postgresql.meta) platforms;
license = lib.licenses.mit; license = lib.licenses.mit;

View File

@ -111,7 +111,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = if apple then platforms.darwin else platforms.linux; platforms = if apple then platforms.darwin else platforms.linux;
maintainers = with maintainers; [ maintainers = with maintainers; [
willibutz
gbtb gbtb
anthonyroussel anthonyroussel
moni moni

View File

@ -76,7 +76,7 @@ let
mainProgram = "highlight"; mainProgram = "highlight";
homepage = "http://www.andre-simon.de/doku/highlight/en/highlight.php"; homepage = "http://www.andre-simon.de/doku/highlight/en/highlight.php";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ willibutz ]; maintainers = [ ];
}; };
}; };