mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: drop lnl7
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
ec471df514
commit
3e74c52276
26 changed files with 17 additions and 36 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
name = "docker-tools-overlay";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
lnl7
|
||||
roberth
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ in
|
|||
name = "docker-tools";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
lnl7
|
||||
roberth
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
name = "uwsgi";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ lnl7 ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
name = "vault-dev";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
lnl7
|
||||
mic92
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
name = "vault-postgresql";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
lnl7
|
||||
roberth
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
name = "vault";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ lnl7 ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -207,7 +207,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
ttuegel
|
||||
lnl7
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "cmake";
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
badmutex
|
||||
forkk
|
||||
lnl7
|
||||
pjones
|
||||
thoughtpolice
|
||||
MayNiklas
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -153,7 +153,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.mit;
|
||||
mainProgram = "shairport-sync";
|
||||
maintainers = with lib.maintainers; [
|
||||
lnl7
|
||||
jordanisaacs
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "skhd";
|
||||
maintainers = with lib.maintainers; [
|
||||
cmacrae
|
||||
lnl7
|
||||
khaneliman
|
||||
];
|
||||
platforms = lib.platforms.darwin;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@ buildGoModule (finalAttrs: {
|
|||
mainProgram = "vault";
|
||||
maintainers = with lib.maintainers; [
|
||||
rushmorem
|
||||
lnl7
|
||||
Chili-Man
|
||||
techknowlogick
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/ycm-core/ycmd";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [
|
||||
lnl7
|
||||
mel
|
||||
S0AndS0
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -139,6 +139,6 @@ buildPythonPackage rec {
|
|||
downloadPage = "https://github.com/python/mypy";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "mypy";
|
||||
maintainers = with lib.maintainers; [ lnl7 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue