various: remove ekleog as maintainer

Reacted to 0 out of 38 maintainer pings in the least 180 days. Reducing
maintainership to the packages most important to them.
This commit is contained in:
Wolfgang Walther
2025-12-02 21:12:08 +01:00
parent c0ec79be1d
commit 87ef698601
19 changed files with 1 additions and 21 deletions
-1
View File
@@ -206,5 +206,4 @@ in
) cfg.params;
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}
@@ -119,5 +119,4 @@ in
};
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}
@@ -148,5 +148,4 @@ in
};
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}
@@ -292,5 +292,4 @@ in
) cfg.redsocks;
};
meta.maintainers = with lib.maintainers; [ ekleog ];
}
-1
View File
@@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec {
asl20
];
maintainers = with maintainers; [
ekleog
matthiasbeyer
];
};
@@ -45,7 +45,6 @@ rustPlatform.buildRustPackage rec {
asl20
];
maintainers = with maintainers; [
ekleog
matthiasbeyer
];
};
-1
View File
@@ -38,7 +38,6 @@ stdenv.mkDerivation rec {
description = "SMTP-proxy that signs and/or verifies emails";
homepage = "https://dkimproxy.sourceforge.net/";
license = licenses.gpl2Plus;
maintainers = [ maintainers.ekleog ];
platforms = platforms.all;
};
}
-1
View File
@@ -30,7 +30,6 @@ rustPlatform.buildRustPackage {
description = "Tool to generate rust bindings and user API for glib-based libraries";
homepage = "https://github.com/gtk-rs/gir/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ekleog ];
mainProgram = "gir";
};
}
@@ -84,7 +84,6 @@ maven.buildMavenPackage rec {
binaryBytecode # deps
];
license = with licenses; [ lgpl3 ];
maintainers = with maintainers; [ ekleog ];
mainProgram = "gp";
};
}
-1
View File
@@ -87,7 +87,6 @@ let
maintainers = with maintainers; [
gal_bolle
ekleog
];
platforms = platforms.linux;
};
-1
View File
@@ -94,7 +94,6 @@ stdenv.mkDerivation rec {
homepage = "https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git";
license = licenses.gpl2Plus;
mainProgram = "mdadm";
maintainers = with maintainers; [ ekleog ];
platforms = platforms.linux;
};
}
-1
View File
@@ -111,7 +111,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl3Plus;
mainProgram = "nheko";
maintainers = with maintainers; [
ekleog
fpletz
rebmit
rnhmjoj
-1
View File
@@ -81,7 +81,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [
obadz
ekleog
vifino
];
};
@@ -40,6 +40,5 @@ stdenv.mkDerivation rec {
description = "Official QMK udev rules list";
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ ekleog ];
};
}
+1 -3
View File
@@ -77,9 +77,7 @@ python3.pkgs.buildPythonApplication rec {
- ... and many more!
'';
license = licenses.mit;
maintainers = with maintainers; [
ekleog
];
maintainers = [ ];
mainProgram = "qmk";
};
}
-1
View File
@@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
description = "Transparent redirector of any TCP connection to proxy";
homepage = "https://darkk.net.ru/redsocks/";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.ekleog ];
platforms = lib.platforms.linux;
mainProgram = "redsocks";
};
-1
View File
@@ -75,7 +75,6 @@ python3Packages.buildPythonApplication rec {
description = "Tool that converts RSS/Atom newsfeeds to email";
homepage = "https://pypi.python.org/pypi/rss2email";
license = licenses.gpl2;
maintainers = with maintainers; [ ekleog ];
mainProgram = "r2e";
};
passthru.tests = {
-1
View File
@@ -42,7 +42,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/WebAssembly/wabt";
license = licenses.asl20;
maintainers = with maintainers; [ ekleog ];
platforms = platforms.unix;
};
}
@@ -41,7 +41,6 @@ stdenv.mkDerivation {
A sendmail wrapper that calls the system sendmail. Do not install as system-wide sendmail!
'';
platforms = platforms.unix;
maintainers = with maintainers; [ ekleog ];
mainProgram = "sendmail";
};
}