maintainers: drop lnl7

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-05-16 13:05:21 +02:00
parent ec471df514
commit 3e74c52276
26 changed files with 17 additions and 36 deletions

View File

@@ -15780,12 +15780,6 @@
githubId = 23727619;
name = "Luca Ruperto";
};
lnl7 = {
email = "daiderd@gmail.com";
github = "LnL7";
githubId = 689294;
name = "Daiderd Jordan";
};
lo1tuma = {
email = "schreck.mathias@gmail.com";
github = "lo1tuma";

View File

@@ -4,7 +4,6 @@
name = "docker-tools-overlay";
meta = with pkgs.lib.maintainers; {
maintainers = [
lnl7
roberth
];
};

View File

@@ -91,7 +91,6 @@ in
name = "docker-tools";
meta = with pkgs.lib.maintainers; {
maintainers = [
lnl7
roberth
];
};

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
name = "uwsgi";
meta = with pkgs.lib.maintainers; {
maintainers = [ lnl7 ];
meta = {
maintainers = [ ];
};
nodes.machine =

View File

@@ -3,7 +3,6 @@
name = "vault-dev";
meta = with pkgs.lib.maintainers; {
maintainers = [
lnl7
mic92
];
};

View File

@@ -11,7 +11,6 @@
name = "vault-postgresql";
meta = with pkgs.lib.maintainers; {
maintainers = [
lnl7
roberth
];
};

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
name = "vault";
meta = with pkgs.lib.maintainers; {
maintainers = [ lnl7 ];
meta = {
maintainers = [ ];
};
nodes.machine =
{ pkgs, ... }:

View File

@@ -74,8 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Advanced IRC bouncer";
homepage = "https://wiki.znc.in/ZNC";
maintainers = with lib.maintainers; [
lnl7
maintainers = [
];
license = lib.licenses.asl20;
platforms = lib.platforms.unix;

View File

@@ -207,7 +207,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
ttuegel
lnl7
];
platforms = lib.platforms.all;
mainProgram = "cmake";

View File

@@ -34,6 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://sourceforge.net/projects/crunch-wordlist/";
platforms = lib.platforms.unix;
license = with lib.licenses; [ gpl2Only ];
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
};
})

View File

@@ -132,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
homepage = "https://grpc.io/";
platforms = lib.platforms.all;
changelog = "https://github.com/grpc/grpc/releases/tag/v${finalAttrs.version}";

View File

@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
};
}

View File

@@ -95,7 +95,6 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [
badmutex
forkk
lnl7
pjones
thoughtpolice
MayNiklas

View File

@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/benfred/py-spy";
changelog = "https://github.com/benfred/py-spy/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
# https://github.com/benfred/py-spy/pull/330
broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux;

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Wrapper that provides access to the Mac OS X pasteboard service";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
platforms = lib.platforms.darwin;
};
}

View File

@@ -153,7 +153,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
mainProgram = "shairport-sync";
maintainers = with lib.maintainers; [
lnl7
jordanisaacs
];
platforms = lib.platforms.unix;

View File

@@ -38,7 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "skhd";
maintainers = with lib.maintainers; [
cmacrae
lnl7
khaneliman
];
platforms = lib.platforms.darwin;

View File

@@ -41,8 +41,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/matthewbauer/undmg";
license = lib.licenses.gpl3;
mainProgram = "undmg";
maintainers = with lib.maintainers; [
lnl7
maintainers = [
];
platforms = lib.platforms.all;
};

View File

@@ -73,7 +73,6 @@ buildGoModule (finalAttrs: {
mainProgram = "vault";
maintainers = with lib.maintainers; [
rushmorem
lnl7
Chili-Man
techknowlogick
];

View File

@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Lightweight Virtualization on macOS Based on bhyve";
homepage = "https://github.com/mist64/xhyve";
maintainers = [ lib.maintainers.lnl7 ];
maintainers = [ ];
license = lib.licenses.bsd2;
platforms = lib.platforms.darwin;
# never built on aarch64-darwin since first introduction in nixpkgs

View File

@@ -135,7 +135,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/ycm-core/ycmd";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [
lnl7
mel
S0AndS0
];

View File

@@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Low-level components of distutils2/packaging";
homepage = "https://distlib.readthedocs.io";
license = lib.licenses.psfl;
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
};
}

View File

@@ -50,6 +50,6 @@ buildPythonPackage (finalAttrs: {
homepage = "https://github.com/nipunn1313/mypy-protobuf";
license = lib.licenses.asl20;
mainProgram = "protoc-gen-mypy";
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
};
})

View File

@@ -139,6 +139,6 @@ buildPythonPackage rec {
downloadPage = "https://github.com/python/mypy";
license = lib.licenses.mit;
mainProgram = "mypy";
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
};
}

View File

@@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Experimental type system extensions for programs checked with the mypy typechecker";
homepage = "https://www.mypy-lang.org";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ lnl7 ];
maintainers = [ ];
};
}

View File

@@ -86,7 +86,6 @@ mkDerivation rec {
homepage = "https://github.com/channable/vaultenv#readme";
description = "Runs processes with secrets from HashiCorp Vault";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
lnl7
maintainers = [
];
}