maintainers: drop lom (aka legendofmiracles)

This commit is contained in:
Acid Bong
2025-11-30 18:31:29 +02:00
parent bf83174d5a
commit 20bcbac7b0
21 changed files with 16 additions and 29 deletions

View File

@@ -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";

View File

@@ -33,8 +33,8 @@ let
in
{
name = "xxh";
meta = with lib.maintainers; {
maintainers = [ lom ];
meta = {
maintainers = [ ];
};
nodes = {

View File

@@ -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 = [ ];
};
}

View File

@@ -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";
};

View File

@@ -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";
};
}

View File

@@ -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";
};
}

View File

@@ -130,7 +130,6 @@ stdenv.mkDerivation rec {
cc-by-sa-30
];
maintainers = with lib.maintainers; [
lom
ncfavier
Scrumplex
sirseruju

View File

@@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
coffeeispower
lom
w-lfchen
];
mainProgram = "eww";

View File

@@ -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";
};

View File

@@ -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";
};
}

View File

@@ -47,7 +47,6 @@ buildGoModule rec {
platforms = platforms.linux;
maintainers = with maintainers; [
panaeon
lom
];
mainProgram = "noisetorch";
};

View File

@@ -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";
};

View File

@@ -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";
};
}

View File

@@ -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 = [ ];
};
}

View File

@@ -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

View File

@@ -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";
};
}

View File

@@ -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 = [ ];
};
}

View File

@@ -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
];

View File

@@ -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";
};
})

View File

@@ -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;
};
}

View File

@@ -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 = [ ];
};
}