maintainers: drop nequissimus

Reacted to 3 out of 375 maintainer pings in the least 180 days.
This commit is contained in:
Wolfgang Walther
2025-12-02 21:33:17 +01:00
parent 11e45413f5
commit 3b1e37dce8
28 changed files with 0 additions and 43 deletions

View File

@@ -526,7 +526,6 @@
"members": {
"K900": 386765,
"Ma27": 6025220,
"NeQuissimus": 628342,
"TredwellGit": 61860346
},
"name": "Linux kernel"

View File

@@ -18395,12 +18395,6 @@
githubId = 1771772;
name = "Alexander Ben Nasrallah";
};
nequissimus = {
email = "tim@nequissimus.com";
github = "NeQuissimus";
githubId = 628342;
name = "Tim Steinbach";
};
nerdypepper = {
email = "nerdy@peppe.rs";
github = "oppiliappan";

View File

@@ -4,7 +4,6 @@
name = "docker";
meta = with pkgs.lib.maintainers; {
maintainers = [
nequissimus
offline
];
};

View File

@@ -1,9 +1,6 @@
{ pkgs, ... }:
{
name = "environment";
meta = with pkgs.lib.maintainers; {
maintainers = [ nequissimus ];
};
nodes.machine =
{ pkgs, lib, ... }:

View File

@@ -1,9 +1,6 @@
{ pkgs, ... }:
{
name = "hub";
meta = with pkgs.lib.maintainers; {
maintainers = [ nequissimus ];
};
nodes.hub =
{ pkgs, ... }:

View File

@@ -11,9 +11,6 @@ let
}:
(import ../make-test-python.nix {
inherit name;
meta = with pkgs.lib.maintainers; {
maintainers = [ nequissimus ];
};
nodes = {
kafka =

View File

@@ -46,7 +46,6 @@ let
name = "kernel-${linuxPackages.kernel.version}";
meta = with pkgs.lib.maintainers; {
maintainers = [
nequissimus
atemu
ma27
];

View File

@@ -6,7 +6,6 @@ in
{ lib, pkgs, ... }:
{
name = "minecraft-server";
meta.maintainers = with lib.maintainers; [ nequissimus ];
node.pkgsReadOnly = false;

View File

@@ -10,9 +10,6 @@ in
{ pkgs, ... }:
{
name = "shadow";
meta = with pkgs.lib.maintainers; {
maintainers = [ nequissimus ];
};
nodes.shadow =
{ pkgs, ... }:

View File

@@ -57,7 +57,6 @@ in
name = "xmonad";
meta = with pkgs.lib.maintainers; {
maintainers = [
nequissimus
ivanbrennan
];
};

View File

@@ -1,9 +1,6 @@
{ pkgs, ... }:
{
name = "xterm";
meta = with pkgs.lib.maintainers; {
maintainers = [ nequissimus ];
};
nodes.machine = {
imports = [ ./common/x11.nix ];

View File

@@ -8,7 +8,6 @@ in
name = "zookeeper";
meta = with pkgs.lib.maintainers; {
maintainers = [
nequissimus
ztzg
];
};

View File

@@ -73,7 +73,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = with maintainers; [
adelbertc
nequissimus
];
platforms = platforms.all;
};

View File

@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
description = "Fast json library for C";
homepage = "https://github.com/rsyslog/libfastjson";
license = licenses.mit;
maintainers = with maintainers; [ nequissimus ];
platforms = with platforms; unix;
};
}

View File

@@ -48,7 +48,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
mainProgram = "gitmoji";
maintainers = with lib.maintainers; [
nequissimus
yzx9
];
};

View File

@@ -30,6 +30,5 @@ python3Packages.buildPythonApplication rec {
mainProgram = "httpstat";
homepage = "https://github.com/reorx/httpstat";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nequissimus ];
};
}

View File

@@ -81,7 +81,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = licenses.mit;
maintainers = with maintainers; [
earldouglas
nequissimus
];
changelog = "https://www.jenkins.io/changelog-stable/#v${finalAttrs.version}";
mainProgram = "jenkins-cli";

View File

@@ -105,7 +105,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [
joachifm
nequissimus
sigmasquadron
];
platforms = platforms.all;

View File

@@ -60,7 +60,6 @@ stdenv.mkDerivation rec {
description = "Improved Nano Syntax Highlighting Files";
homepage = "https://github.com/scopatz/nanorc";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ nequissimus ];
platforms = lib.platforms.all;
};
}

View File

@@ -130,6 +130,5 @@ stdenv.mkDerivation rec {
homepage = "https://ohmyz.sh/";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ nequissimus ];
};
}

View File

@@ -87,7 +87,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/paulp/sbt-extras";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
nequissimus
puffnfresh
];
mainProgram = "sbt";

View File

@@ -113,7 +113,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://invisible-island.net/xterm";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ nequissimus ];
platforms = with lib.platforms; linux ++ darwin;
changelog = "https://invisible-island.net/xterm/xterm.log.html";
mainProgram = "xterm";

View File

@@ -113,7 +113,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
branch = versions.majorMinor version;
maintainers = with maintainers; [
nequissimus
kashw2
];
};

View File

@@ -29,6 +29,5 @@ buildPythonPackage rec {
description = "Teeny Python library for creating Python dicts from protocol buffers and the reverse";
homepage = "https://github.com/kaporzhu/protobuf-to-dict";
license = licenses.publicDomain;
maintainers = with maintainers; [ nequissimus ];
};
}

View File

@@ -118,6 +118,5 @@ buildPythonPackage rec {
homepage = "https://github.com/aws/sagemaker-python-sdk/";
changelog = "https://github.com/aws/sagemaker-python-sdk/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ nequissimus ];
};
}

View File

@@ -23,6 +23,5 @@ buildPythonPackage rec {
description = "These builtin rules are available in Amazon SageMaker";
homepage = "https://github.com/awslabs/sagemaker-debugger-rulesconfig";
license = licenses.asl20;
maintainers = with maintainers; [ nequissimus ];
};
}

View File

@@ -82,7 +82,6 @@ let
'';
homepage = "https://github.com/com-lihaoyi/Ammonite";
license = licenses.mit;
maintainers = [ maintainers.nequissimus ];
mainProgram = "amm";
platforms = platforms.all;
};

View File

@@ -60,7 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
];
description = "Build tool for Scala, Java and more";
maintainers = with maintainers; [
nequissimus
kashw2
];
platforms = platforms.unix;