Merge: treewide: remove myself from maintainers (#415880)

This commit is contained in:
Maximilian Bosch
2025-06-11 21:40:49 +02:00
committed by GitHub
37 changed files with 19 additions and 48 deletions
@@ -589,6 +589,6 @@ in
meta = {
doc = ./exporters.md;
maintainers = [ maintainers.willibutz ];
maintainers = [ ];
};
}
+1 -3
View File
@@ -94,9 +94,7 @@ import ../make-test-python.nix (
{
name = "grafana-basic";
meta = with maintainers; {
maintainers = [ willibutz ];
};
meta.maintainers = [ ];
inherit nodes;
+1 -3
View File
@@ -193,9 +193,7 @@ import ../../make-test-python.nix (
{
name = "grafana-provision";
meta = with maintainers; {
maintainers = [ willibutz ];
};
meta.maintainers = [ ];
inherit nodes;
+1 -4
View File
@@ -2,10 +2,7 @@
{
name = "hedgedoc";
meta = with lib.maintainers; {
maintainers = [ willibutz ];
};
meta.maintainers = [ ];
nodes = {
hedgedocSqlite =
{ ... }:
@@ -4,7 +4,6 @@ import ../make-test-python.nix (
{
name = "initrd-network-ssh";
meta.maintainers = with lib.maintainers; [
willibutz
emily
];
+1 -3
View File
@@ -3,9 +3,7 @@
{
name = "loki";
meta = with lib.maintainers; {
maintainers = [ willibutz ];
};
meta.maintainers = [ ];
nodes.machine =
{ ... }:
-1
View File
@@ -14,7 +14,6 @@ let
meta = with lib.maintainers; {
maintainers = [
spinus
willibutz
];
};
+1 -3
View File
@@ -1905,9 +1905,7 @@ mapAttrs (
${nodeName}.shutdown()
'';
meta = with maintainers; {
maintainers = [ willibutz ];
};
meta.maintainers = [ ];
}
))
) exporterTests
@@ -75,7 +75,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with maintainers; [
gepbird
globin
willibutz
];
platforms = platforms.unix;
mainProgram = "feh";
@@ -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..
'';
@@ -35,7 +35,6 @@ buildGoModule rec {
mainProgram = "dovecot_exporter";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
willibutz
globin
];
};
+1 -1
View File
@@ -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" ];
};
-1
View File
@@ -107,7 +107,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [
sheenobu
willibutz
];
platforms = with platforms; linux;
};
+1 -1
View File
@@ -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;
};
}
-1
View File
@@ -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
+1 -1
View File
@@ -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;
};
}
+1 -1
View File
@@ -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;
};
}
+1 -1
View File
@@ -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;
};
}
-1
View File
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [
pSub
willibutz
];
license = licenses.bsd2;
};
-1
View File
@@ -70,7 +70,6 @@ python3Packages.buildPythonPackage rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
globin
willibutz
];
platforms = lib.platforms.unix;
mainProgram = "opsdroid";
-1
View File
@@ -137,7 +137,6 @@ buildGoModule (finalAttrs: {
license = licenses.asl20;
maintainers = with maintainers; [
fpletz
willibutz
Frostman
];
};
+1 -1
View File
@@ -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 = [ ];
};
}
+1 -1
View File
@@ -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;
-1
View File
@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.agpl3Plus;
mainProgram = "ydotool";
maintainers = with lib.maintainers; [
willibutz
kraem
];
platforms = lib.platforms.linux;
@@ -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 = [ ];
};
}
@@ -158,7 +158,6 @@ buildGoModule rec {
maintainers = with maintainers; [
offline
fpletz
willibutz
globin
ma27
Frostman
@@ -42,7 +42,6 @@ buildGoModule rec {
maintainers = with maintainers; [
globin
fpletz
willibutz
Frostman
ma27
];
@@ -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:
@@ -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";
};
}
@@ -34,7 +34,6 @@ buildGoModule {
homepage = "https://github.com/cherti/mailexporter";
license = licenses.gpl3;
maintainers = with maintainers; [
willibutz
globin
];
platforms = platforms.linux;
@@ -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";
};
}
@@ -41,7 +41,6 @@ buildGoModule rec {
maintainers = with maintainers; [
benley
fpletz
willibutz
globin
];
};
@@ -43,7 +43,6 @@ buildGoModule rec {
mainProgram = "postfix_exporter";
license = licenses.asl20;
maintainers = with maintainers; [
willibutz
globin
];
};
@@ -44,7 +44,6 @@ buildGoModule rec {
maintainers = with maintainers; [
fpletz
globin
willibutz
ma27
];
};
+1 -1
View File
@@ -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;
-1
View File
@@ -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
+1 -1
View File
@@ -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 = [ ];
};
};