mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop nequissimus
Reacted to 3 out of 375 maintainer pings in the least 180 days.
This commit is contained in:
@@ -526,7 +526,6 @@
|
||||
"members": {
|
||||
"K900": 386765,
|
||||
"Ma27": 6025220,
|
||||
"NeQuissimus": 628342,
|
||||
"TredwellGit": 61860346
|
||||
},
|
||||
"name": "Linux kernel"
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
name = "docker";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
nequissimus
|
||||
offline
|
||||
];
|
||||
};
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "environment";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ nequissimus ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "hub";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ nequissimus ];
|
||||
};
|
||||
|
||||
nodes.hub =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -11,9 +11,6 @@ let
|
||||
}:
|
||||
(import ../make-test-python.nix {
|
||||
inherit name;
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ nequissimus ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
kafka =
|
||||
|
||||
@@ -46,7 +46,6 @@ let
|
||||
name = "kernel-${linuxPackages.kernel.version}";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
nequissimus
|
||||
atemu
|
||||
ma27
|
||||
];
|
||||
|
||||
@@ -6,7 +6,6 @@ in
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
name = "minecraft-server";
|
||||
meta.maintainers = with lib.maintainers; [ nequissimus ];
|
||||
|
||||
node.pkgsReadOnly = false;
|
||||
|
||||
|
||||
@@ -10,9 +10,6 @@ in
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "shadow";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ nequissimus ];
|
||||
};
|
||||
|
||||
nodes.shadow =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -57,7 +57,6 @@ in
|
||||
name = "xmonad";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
nequissimus
|
||||
ivanbrennan
|
||||
];
|
||||
};
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "xterm";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ nequissimus ];
|
||||
};
|
||||
|
||||
nodes.machine = {
|
||||
imports = [ ./common/x11.nix ];
|
||||
|
||||
@@ -8,7 +8,6 @@ in
|
||||
name = "zookeeper";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
nequissimus
|
||||
ztzg
|
||||
];
|
||||
};
|
||||
|
||||
@@ -73,7 +73,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
adelbertc
|
||||
nequissimus
|
||||
];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "gitmoji";
|
||||
maintainers = with lib.maintainers; [
|
||||
nequissimus
|
||||
yzx9
|
||||
];
|
||||
};
|
||||
|
||||
@@ -30,6 +30,5 @@ python3Packages.buildPythonApplication rec {
|
||||
mainProgram = "httpstat";
|
||||
homepage = "https://github.com/reorx/httpstat";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ nequissimus ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -105,7 +105,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
joachifm
|
||||
nequissimus
|
||||
sigmasquadron
|
||||
];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -130,6 +130,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://ohmyz.sh/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ nequissimus ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -113,7 +113,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.all;
|
||||
branch = versions.majorMinor version;
|
||||
maintainers = with maintainers; [
|
||||
nequissimus
|
||||
kashw2
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -82,7 +82,6 @@ let
|
||||
'';
|
||||
homepage = "https://github.com/com-lihaoyi/Ammonite";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.nequissimus ];
|
||||
mainProgram = "amm";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -60,7 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
description = "Build tool for Scala, Java and more";
|
||||
maintainers = with maintainers; [
|
||||
nequissimus
|
||||
kashw2
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user