diff --git a/nixos/modules/services/monitoring/prometheus/exporters.nix b/nixos/modules/services/monitoring/prometheus/exporters.nix index 2adc59eefbef..a235cc550bb5 100644 --- a/nixos/modules/services/monitoring/prometheus/exporters.nix +++ b/nixos/modules/services/monitoring/prometheus/exporters.nix @@ -589,6 +589,6 @@ in meta = { doc = ./exporters.md; - maintainers = [ maintainers.willibutz ]; + maintainers = [ ]; }; } diff --git a/nixos/tests/grafana/basic.nix b/nixos/tests/grafana/basic.nix index 7c7728016003..3b0d5a6a3258 100644 --- a/nixos/tests/grafana/basic.nix +++ b/nixos/tests/grafana/basic.nix @@ -94,9 +94,7 @@ import ../make-test-python.nix ( { name = "grafana-basic"; - meta = with maintainers; { - maintainers = [ willibutz ]; - }; + meta.maintainers = [ ]; inherit nodes; diff --git a/nixos/tests/grafana/provision/default.nix b/nixos/tests/grafana/provision/default.nix index 6eba72fb9501..d4a1e29ed7c2 100644 --- a/nixos/tests/grafana/provision/default.nix +++ b/nixos/tests/grafana/provision/default.nix @@ -193,9 +193,7 @@ import ../../make-test-python.nix ( { name = "grafana-provision"; - meta = with maintainers; { - maintainers = [ willibutz ]; - }; + meta.maintainers = [ ]; inherit nodes; diff --git a/nixos/tests/hedgedoc.nix b/nixos/tests/hedgedoc.nix index aaf83a30bfc5..826e35289900 100644 --- a/nixos/tests/hedgedoc.nix +++ b/nixos/tests/hedgedoc.nix @@ -2,10 +2,7 @@ { name = "hedgedoc"; - meta = with lib.maintainers; { - maintainers = [ willibutz ]; - }; - + meta.maintainers = [ ]; nodes = { hedgedocSqlite = { ... }: diff --git a/nixos/tests/initrd-network-ssh/default.nix b/nixos/tests/initrd-network-ssh/default.nix index c67ead716e0f..510a9f7ef4e5 100644 --- a/nixos/tests/initrd-network-ssh/default.nix +++ b/nixos/tests/initrd-network-ssh/default.nix @@ -4,7 +4,6 @@ import ../make-test-python.nix ( { name = "initrd-network-ssh"; meta.maintainers = with lib.maintainers; [ - willibutz emily ]; diff --git a/nixos/tests/loki.nix b/nixos/tests/loki.nix index 08cccbb43c0d..1c67b0e7f7f2 100644 --- a/nixos/tests/loki.nix +++ b/nixos/tests/loki.nix @@ -3,9 +3,7 @@ { name = "loki"; - meta = with lib.maintainers; { - maintainers = [ willibutz ]; - }; + meta.maintainers = [ ]; nodes.machine = { ... }: diff --git a/nixos/tests/postgresql/pgjwt.nix b/nixos/tests/postgresql/pgjwt.nix index 9a5e12bc3d7d..7ba246a778f6 100644 --- a/nixos/tests/postgresql/pgjwt.nix +++ b/nixos/tests/postgresql/pgjwt.nix @@ -14,7 +14,6 @@ let meta = with lib.maintainers; { maintainers = [ spinus - willibutz ]; }; diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix index ef356dbc7bb1..9cc455466bdf 100644 --- a/nixos/tests/prometheus-exporters.nix +++ b/nixos/tests/prometheus-exporters.nix @@ -1905,9 +1905,7 @@ mapAttrs ( ${nodeName}.shutdown() ''; - meta = with maintainers; { - maintainers = [ willibutz ]; - }; + meta.maintainers = [ ]; } )) ) exporterTests diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix index fcc62660dc0f..4d74eb8c0fff 100644 --- a/pkgs/applications/graphics/feh/default.nix +++ b/pkgs/applications/graphics/feh/default.nix @@ -75,7 +75,6 @@ stdenv.mkDerivation (finalAttrs: { maintainers = with maintainers; [ gepbird globin - willibutz ]; platforms = platforms.unix; mainProgram = "feh"; diff --git a/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix b/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix index 443738ff08a1..6e99039b5003 100644 --- a/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix +++ b/pkgs/applications/networking/irc/weechat/scripts/wee-slack/default.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://github.com/wee-slack/wee-slack"; license = licenses.mit; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; description = '' A WeeChat plugin for Slack.com. Synchronizes read markers, provides typing notification, search, etc.. ''; diff --git a/pkgs/by-name/do/dovecot_exporter/package.nix b/pkgs/by-name/do/dovecot_exporter/package.nix index 4c836ff85038..a4528f400e47 100644 --- a/pkgs/by-name/do/dovecot_exporter/package.nix +++ b/pkgs/by-name/do/dovecot_exporter/package.nix @@ -35,7 +35,6 @@ buildGoModule rec { mainProgram = "dovecot_exporter"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - willibutz globin ]; }; diff --git a/pkgs/by-name/fi/fileshelter/package.nix b/pkgs/by-name/fi/fileshelter/package.nix index 5b13c3d073b5..38f254a383d2 100644 --- a/pkgs/by-name/fi/fileshelter/package.nix +++ b/pkgs/by-name/fi/fileshelter/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/epoupon/fileshelter"; description = "FileShelter is a 'one-click' file sharing web application"; mainProgram = "fileshelter"; - maintainers = [ lib.maintainers.willibutz ]; + maintainers = [ ]; license = lib.licenses.gpl3; platforms = [ "x86_64-linux" ]; }; diff --git a/pkgs/by-name/fr/freeradius/package.nix b/pkgs/by-name/fr/freeradius/package.nix index b92ab190284a..17fe983e7c32 100644 --- a/pkgs/by-name/fr/freeradius/package.nix +++ b/pkgs/by-name/fr/freeradius/package.nix @@ -107,7 +107,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Plus; maintainers = with maintainers; [ sheenobu - willibutz ]; platforms = with platforms; linux; }; diff --git a/pkgs/by-name/gi/gixy/package.nix b/pkgs/by-name/gi/gixy/package.nix index 5d1bfb65d4c2..411f8791e9a0 100644 --- a/pkgs/by-name/gi/gixy/package.nix +++ b/pkgs/by-name/gi/gixy/package.nix @@ -73,7 +73,7 @@ python.pkgs.buildPythonApplication rec { homepage = "https://github.com/yandex/gixy"; sourceProvenance = [ lib.sourceTypes.fromSource ]; license = lib.licenses.mpl20; - maintainers = [ lib.maintainers.willibutz ]; + maintainers = [ ]; platforms = lib.platforms.unix; }; } diff --git a/pkgs/by-name/gr/grafana-loki/package.nix b/pkgs/by-name/gr/grafana-loki/package.nix index f58d97e5934e..3eddcbf947d8 100644 --- a/pkgs/by-name/gr/grafana-loki/package.nix +++ b/pkgs/by-name/gr/grafana-loki/package.nix @@ -79,7 +79,6 @@ buildGoModule rec { homepage = "https://grafana.com/oss/loki/"; changelog = "https://github.com/grafana/loki/releases/tag/v${version}"; maintainers = with lib.maintainers; [ - willibutz globin mmahut emilylange diff --git a/pkgs/by-name/kr/krakenx/package.nix b/pkgs/by-name/kr/krakenx/package.nix index 75482a653dcc..a2e8e6d425ac 100644 --- a/pkgs/by-name/kr/krakenx/package.nix +++ b/pkgs/by-name/kr/krakenx/package.nix @@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec { description = "Python script to control NZXT cooler Kraken X52/X62/X72"; homepage = "https://github.com/KsenijaS/krakenx"; license = licenses.gpl2Only; - maintainers = [ maintainers.willibutz ]; + maintainers = [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/li/libevdevplus/package.nix b/pkgs/by-name/li/libevdevplus/package.nix index da881c6d8bfa..c89d7faa7865 100644 --- a/pkgs/by-name/li/libevdevplus/package.nix +++ b/pkgs/by-name/li/libevdevplus/package.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { inherit (src.meta) homepage; description = "Easy-to-use event device library in C++"; license = licenses.mit; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; platforms = with platforms; linux; }; } diff --git a/pkgs/by-name/li/libuinputplus/package.nix b/pkgs/by-name/li/libuinputplus/package.nix index 8d1ed42b6ca6..0371a66131d0 100644 --- a/pkgs/by-name/li/libuinputplus/package.nix +++ b/pkgs/by-name/li/libuinputplus/package.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { inherit (src.meta) homepage; description = "Easy-to-use uinput library in C++"; license = licenses.mit; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; platforms = with platforms; linux; }; } diff --git a/pkgs/by-name/na/nasm/package.nix b/pkgs/by-name/na/nasm/package.nix index 792caffc71b1..bfc8231f1926 100644 --- a/pkgs/by-name/na/nasm/package.nix +++ b/pkgs/by-name/na/nasm/package.nix @@ -42,7 +42,6 @@ stdenv.mkDerivation rec { platforms = platforms.unix; maintainers = with maintainers; [ pSub - willibutz ]; license = licenses.bsd2; }; diff --git a/pkgs/by-name/op/opsdroid/package.nix b/pkgs/by-name/op/opsdroid/package.nix index d0a0166a1af7..f313846b1bba 100644 --- a/pkgs/by-name/op/opsdroid/package.nix +++ b/pkgs/by-name/op/opsdroid/package.nix @@ -70,7 +70,6 @@ python3Packages.buildPythonPackage rec { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ globin - willibutz ]; platforms = lib.platforms.unix; mainProgram = "opsdroid"; diff --git a/pkgs/by-name/pr/prometheus/package.nix b/pkgs/by-name/pr/prometheus/package.nix index 10466580c2a7..1cb93d15602e 100644 --- a/pkgs/by-name/pr/prometheus/package.nix +++ b/pkgs/by-name/pr/prometheus/package.nix @@ -137,7 +137,6 @@ buildGoModule (finalAttrs: { license = licenses.asl20; maintainers = with maintainers; [ fpletz - willibutz Frostman ]; }; diff --git a/pkgs/by-name/te/tempo/package.nix b/pkgs/by-name/te/tempo/package.nix index 730472af229a..72269aad6abf 100644 --- a/pkgs/by-name/te/tempo/package.nix +++ b/pkgs/by-name/te/tempo/package.nix @@ -44,6 +44,6 @@ buildGoModule rec { description = "High volume, minimal dependency trace storage"; license = licenses.asl20; homepage = "https://grafana.com/oss/tempo/"; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/xv/xva-img/package.nix b/pkgs/by-name/xv/xva-img/package.nix index 13cf40683e32..84d72f57b0cf 100644 --- a/pkgs/by-name/xv/xva-img/package.nix +++ b/pkgs/by-name/xv/xva-img/package.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { ]; meta = { - maintainers = with lib.maintainers; [ willibutz ]; + maintainers = [ ]; description = "Tool for converting Xen images to raw and back"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; diff --git a/pkgs/by-name/yd/ydotool/package.nix b/pkgs/by-name/yd/ydotool/package.nix index 137a701d87a3..ee0ac25bdd1a 100644 --- a/pkgs/by-name/yd/ydotool/package.nix +++ b/pkgs/by-name/yd/ydotool/package.nix @@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.agpl3Plus; mainProgram = "ydotool"; maintainers = with lib.maintainers; [ - willibutz kraem ]; platforms = lib.platforms.linux; diff --git a/pkgs/development/python-modules/configargparse/default.nix b/pkgs/development/python-modules/configargparse/default.nix index 8f9a2bee6135..8d9dd3c00cfb 100644 --- a/pkgs/development/python-modules/configargparse/default.nix +++ b/pkgs/development/python-modules/configargparse/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { homepage = "https://github.com/bw2/ConfigArgParse"; changelog = "https://github.com/bw2/ConfigArgParse/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; }; } diff --git a/pkgs/servers/monitoring/grafana/default.nix b/pkgs/servers/monitoring/grafana/default.nix index 078f48f7233a..a42dff0517d9 100644 --- a/pkgs/servers/monitoring/grafana/default.nix +++ b/pkgs/servers/monitoring/grafana/default.nix @@ -158,7 +158,6 @@ buildGoModule rec { maintainers = with maintainers; [ offline fpletz - willibutz globin ma27 Frostman diff --git a/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix b/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix index 817ad982def4..a6e4b0b19d0e 100644 --- a/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/blackbox-exporter.nix @@ -42,7 +42,6 @@ buildGoModule rec { maintainers = with maintainers; [ globin fpletz - willibutz Frostman ma27 ]; diff --git a/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix b/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix index 9364526b9864..11ce09ab56b4 100644 --- a/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/dnsmasq-exporter.nix @@ -29,7 +29,6 @@ buildGoModule rec { mainProgram = "dnsmasq_exporter"; license = licenses.asl20; maintainers = with maintainers; [ - willibutz globin ]; # Broken on darwin for Go toolchain > 1.22, with error: diff --git a/pkgs/servers/monitoring/prometheus/json-exporter.nix b/pkgs/servers/monitoring/prometheus/json-exporter.nix index 7a9a6007bed9..f78f6af69716 100644 --- a/pkgs/servers/monitoring/prometheus/json-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/json-exporter.nix @@ -24,7 +24,7 @@ buildGoModule rec { description = "Prometheus exporter which scrapes remote JSON by JSONPath"; homepage = "https://github.com/prometheus-community/json_exporter"; license = licenses.asl20; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; mainProgram = "json_exporter"; }; } diff --git a/pkgs/servers/monitoring/prometheus/mail-exporter.nix b/pkgs/servers/monitoring/prometheus/mail-exporter.nix index 62b9697dca22..695b8753b5cc 100644 --- a/pkgs/servers/monitoring/prometheus/mail-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/mail-exporter.nix @@ -34,7 +34,6 @@ buildGoModule { homepage = "https://github.com/cherti/mailexporter"; license = licenses.gpl3; maintainers = with maintainers; [ - willibutz globin ]; platforms = platforms.linux; diff --git a/pkgs/servers/monitoring/prometheus/nextcloud-exporter.nix b/pkgs/servers/monitoring/prometheus/nextcloud-exporter.nix index de6e31c91eae..68397cf9b796 100644 --- a/pkgs/servers/monitoring/prometheus/nextcloud-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/nextcloud-exporter.nix @@ -24,7 +24,7 @@ buildGoModule rec { description = "Prometheus exporter for Nextcloud servers"; homepage = "https://github.com/xperimental/nextcloud-exporter"; license = licenses.mit; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; mainProgram = "nextcloud-exporter"; }; } diff --git a/pkgs/servers/monitoring/prometheus/nginx-exporter.nix b/pkgs/servers/monitoring/prometheus/nginx-exporter.nix index ac572fe2f159..137cd38b5ae3 100644 --- a/pkgs/servers/monitoring/prometheus/nginx-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/nginx-exporter.nix @@ -41,7 +41,6 @@ buildGoModule rec { maintainers = with maintainers; [ benley fpletz - willibutz globin ]; }; diff --git a/pkgs/servers/monitoring/prometheus/postfix-exporter.nix b/pkgs/servers/monitoring/prometheus/postfix-exporter.nix index 8842329d63c0..9e218e26a439 100644 --- a/pkgs/servers/monitoring/prometheus/postfix-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/postfix-exporter.nix @@ -43,7 +43,6 @@ buildGoModule rec { mainProgram = "postfix_exporter"; license = licenses.asl20; maintainers = with maintainers; [ - willibutz globin ]; }; diff --git a/pkgs/servers/monitoring/prometheus/postgres-exporter.nix b/pkgs/servers/monitoring/prometheus/postgres-exporter.nix index d84cb5d931dd..f61099c52c07 100644 --- a/pkgs/servers/monitoring/prometheus/postgres-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/postgres-exporter.nix @@ -44,7 +44,6 @@ buildGoModule rec { maintainers = with maintainers; [ fpletz globin - willibutz ma27 ]; }; diff --git a/pkgs/servers/sql/postgresql/ext/pgtap.nix b/pkgs/servers/sql/postgresql/ext/pgtap.nix index 37cd20d70202..7ecf3313a809 100644 --- a/pkgs/servers/sql/postgresql/ext/pgtap.nix +++ b/pkgs/servers/sql/postgresql/ext/pgtap.nix @@ -61,7 +61,7 @@ postgresqlBuildExtension (finalAttrs: { as well as the ability to integrate with other TAP-emitting test frameworks. It can also be used in the xUnit testing style. ''; - maintainers = with lib.maintainers; [ willibutz ]; + maintainers = [ ]; homepage = "https://pgtap.org"; inherit (postgresql.meta) platforms; license = lib.licenses.mit; diff --git a/pkgs/tools/system/nvtop/build-nvtop.nix b/pkgs/tools/system/nvtop/build-nvtop.nix index 7caac445a33d..bad6e4e5d72f 100644 --- a/pkgs/tools/system/nvtop/build-nvtop.nix +++ b/pkgs/tools/system/nvtop/build-nvtop.nix @@ -111,7 +111,6 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl3Only; platforms = if apple then platforms.darwin else platforms.linux; maintainers = with maintainers; [ - willibutz gbtb anthonyroussel moni diff --git a/pkgs/tools/text/highlight/default.nix b/pkgs/tools/text/highlight/default.nix index 6ef03ad24d95..c446d66f79ee 100644 --- a/pkgs/tools/text/highlight/default.nix +++ b/pkgs/tools/text/highlight/default.nix @@ -76,7 +76,7 @@ let mainProgram = "highlight"; homepage = "http://www.andre-simon.de/doku/highlight/en/highlight.php"; platforms = platforms.unix; - maintainers = with maintainers; [ willibutz ]; + maintainers = [ ]; }; };