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:
@@ -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 ];
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -87,7 +87,6 @@ let
|
||||
|
||||
maintainers = with maintainers; [
|
||||
gal_bolle
|
||||
ekleog
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -111,7 +111,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.gpl3Plus;
|
||||
mainProgram = "nheko";
|
||||
maintainers = with maintainers; [
|
||||
ekleog
|
||||
fpletz
|
||||
rebmit
|
||||
rnhmjoj
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -77,9 +77,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
- ... and many more!
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
ekleog
|
||||
];
|
||||
maintainers = [ ];
|
||||
mainProgram = "qmk";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user