mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop lom (aka legendofmiracles)
This commit is contained in:
@@ -15089,14 +15089,6 @@
|
||||
githubId = 88983487;
|
||||
name = "Loïc Reynier";
|
||||
};
|
||||
lom = {
|
||||
email = "legendofmiracles@protonmail.com";
|
||||
matrix = "@legendofmiracles:matrix.org";
|
||||
github = "legendofmiracles";
|
||||
githubId = 30902201;
|
||||
name = "legendofmiracles";
|
||||
keys = [ { fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451"; } ];
|
||||
};
|
||||
lomenzel = {
|
||||
name = "Leonard-Orlando Menzel";
|
||||
email = "leonard.menzel@tutanota.com";
|
||||
|
||||
@@ -33,8 +33,8 @@ let
|
||||
in
|
||||
{
|
||||
name = "xxh";
|
||||
meta = with lib.maintainers; {
|
||||
maintainers = [ lom ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
@@ -43,6 +43,6 @@ buildLua {
|
||||
description = "Cut videos and concat them automatically";
|
||||
homepage = "https://github.com/rushmj/mpv-video-cutter";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/willeccles/cfm";
|
||||
description = "Simple and fast TUI file manager with no dependencies";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "cfm";
|
||||
};
|
||||
|
||||
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/conradludgate/wordle";
|
||||
# repo has no license, but crates.io says it's MIT
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "wordle";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
|
||||
description = "Simple command-line tool to send text and files to discord";
|
||||
homepage = "https://github.com/somebody1234/cliscord";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cliscord";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -130,7 +130,6 @@ stdenv.mkDerivation rec {
|
||||
cc-by-sa-30
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
lom
|
||||
ncfavier
|
||||
Scrumplex
|
||||
sirseruju
|
||||
|
||||
@@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
coffeeispower
|
||||
lom
|
||||
w-lfchen
|
||||
];
|
||||
mainProgram = "eww";
|
||||
|
||||
@@ -46,7 +46,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
homepage = "https://github.com/phisch/giph";
|
||||
description = "Simple gif recorder";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.lom ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "giph";
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "Qmk keymap.c visualizer";
|
||||
homepage = "https://github.com/yskoht/keymapviz";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "keymapviz";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,7 +47,6 @@ buildGoModule rec {
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
panaeon
|
||||
lom
|
||||
];
|
||||
mainProgram = "noisetorch";
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
||||
description = "Minimal screenshot annotation tool with lua config";
|
||||
homepage = "https://github.com/Nooo37/pinsel";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "pinsel";
|
||||
};
|
||||
|
||||
@@ -44,7 +44,7 @@ python3Packages.buildPythonPackage rec {
|
||||
description = "Terminal-based presentation tool with colors and effects";
|
||||
homepage = "https://github.com/vinayak-mehta/present";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "present";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
mainProgram = "rpg-cli";
|
||||
homepage = "https://github.com/facundoolano/rpg-cli";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -50,7 +50,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/dmadisetti/steam-tui";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
lom
|
||||
dmadisetti
|
||||
];
|
||||
# steam only supports that platform
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
homepage = "https://github.com/sdushantha/tmpmail";
|
||||
description = "Temporary email right from your terminal written in POSIX sh";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.lom ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "tmpmail";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -102,6 +102,6 @@ rustPlatform.buildRustPackage {
|
||||
mainProgram = "weylus";
|
||||
homepage = "https://github.com/H-M-H/Weylus";
|
||||
license = with licenses; [ agpl3Only ];
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/Builditluc/wiki-tui/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
lom
|
||||
builditluc
|
||||
matthiasbeyer
|
||||
];
|
||||
|
||||
@@ -73,7 +73,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/tarka/xcp";
|
||||
changelog = "https://github.com/tarka/xcp/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "xcp";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -15,7 +15,7 @@ bundlerApp {
|
||||
description = "REPL for x86-64 assembly language";
|
||||
homepage = "https://github.com/tenderlove/asmrepl";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.x86_64;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "Python context manager for managing pid files";
|
||||
homepage = "https://github.com/mosquito/python-pidfile";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ lom ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user