diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f7a495d4ef93..201ac697ce55 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/nixos/tests/xxh.nix b/nixos/tests/xxh.nix index a3080bdaf4ef..6d534c979ed7 100644 --- a/nixos/tests/xxh.nix +++ b/nixos/tests/xxh.nix @@ -33,8 +33,8 @@ let in { name = "xxh"; - meta = with lib.maintainers; { - maintainers = [ lom ]; + meta = { + maintainers = [ ]; }; nodes = { diff --git a/pkgs/applications/video/mpv/scripts/cutter.nix b/pkgs/applications/video/mpv/scripts/cutter.nix index ef18977c88a7..8cbcf2c509ff 100644 --- a/pkgs/applications/video/mpv/scripts/cutter.nix +++ b/pkgs/applications/video/mpv/scripts/cutter.nix @@ -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 = [ ]; }; } diff --git a/pkgs/by-name/cf/cfm/package.nix b/pkgs/by-name/cf/cfm/package.nix index 119fe1d8c79e..769488e20325 100644 --- a/pkgs/by-name/cf/cfm/package.nix +++ b/pkgs/by-name/cf/cfm/package.nix @@ -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"; }; diff --git a/pkgs/by-name/cl/cl-wordle/package.nix b/pkgs/by-name/cl/cl-wordle/package.nix index 52007fc85e13..f89762e453f7 100644 --- a/pkgs/by-name/cl/cl-wordle/package.nix +++ b/pkgs/by-name/cl/cl-wordle/package.nix @@ -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"; }; } diff --git a/pkgs/by-name/cl/cliscord/package.nix b/pkgs/by-name/cl/cliscord/package.nix index 41f2f38e74ee..1ab77949de02 100644 --- a/pkgs/by-name/cl/cliscord/package.nix +++ b/pkgs/by-name/cl/cliscord/package.nix @@ -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"; }; } diff --git a/pkgs/by-name/dd/ddnet/package.nix b/pkgs/by-name/dd/ddnet/package.nix index e9b5028b3f8c..a718b1c19582 100644 --- a/pkgs/by-name/dd/ddnet/package.nix +++ b/pkgs/by-name/dd/ddnet/package.nix @@ -130,7 +130,6 @@ stdenv.mkDerivation rec { cc-by-sa-30 ]; maintainers = with lib.maintainers; [ - lom ncfavier Scrumplex sirseruju diff --git a/pkgs/by-name/ew/eww/package.nix b/pkgs/by-name/ew/eww/package.nix index 0f8f047b1913..9f8739ea741f 100644 --- a/pkgs/by-name/ew/eww/package.nix +++ b/pkgs/by-name/ew/eww/package.nix @@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ coffeeispower - lom w-lfchen ]; mainProgram = "eww"; diff --git a/pkgs/by-name/gi/giph/package.nix b/pkgs/by-name/gi/giph/package.nix index a31e134dac57..c015ad02553c 100644 --- a/pkgs/by-name/gi/giph/package.nix +++ b/pkgs/by-name/gi/giph/package.nix @@ -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"; }; diff --git a/pkgs/by-name/ke/keymapviz/package.nix b/pkgs/by-name/ke/keymapviz/package.nix index e0403aaf1e55..83fd244cdcb9 100644 --- a/pkgs/by-name/ke/keymapviz/package.nix +++ b/pkgs/by-name/ke/keymapviz/package.nix @@ -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"; }; } diff --git a/pkgs/by-name/no/noisetorch/package.nix b/pkgs/by-name/no/noisetorch/package.nix index af3824a164aa..cc8b045d806a 100644 --- a/pkgs/by-name/no/noisetorch/package.nix +++ b/pkgs/by-name/no/noisetorch/package.nix @@ -47,7 +47,6 @@ buildGoModule rec { platforms = platforms.linux; maintainers = with maintainers; [ panaeon - lom ]; mainProgram = "noisetorch"; }; diff --git a/pkgs/by-name/pi/pinsel/package.nix b/pkgs/by-name/pi/pinsel/package.nix index 03b4ce29d350..e976ce4096de 100644 --- a/pkgs/by-name/pi/pinsel/package.nix +++ b/pkgs/by-name/pi/pinsel/package.nix @@ -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"; }; diff --git a/pkgs/by-name/pr/present/package.nix b/pkgs/by-name/pr/present/package.nix index 190245e4db3e..e137fe0b50a2 100644 --- a/pkgs/by-name/pr/present/package.nix +++ b/pkgs/by-name/pr/present/package.nix @@ -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"; }; } diff --git a/pkgs/by-name/rp/rpg-cli/package.nix b/pkgs/by-name/rp/rpg-cli/package.nix index db356f4640f2..1708a41c5515 100644 --- a/pkgs/by-name/rp/rpg-cli/package.nix +++ b/pkgs/by-name/rp/rpg-cli/package.nix @@ -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 = [ ]; }; } diff --git a/pkgs/by-name/st/steam-tui/package.nix b/pkgs/by-name/st/steam-tui/package.nix index 2d5e69988597..375e4ba3cfea 100644 --- a/pkgs/by-name/st/steam-tui/package.nix +++ b/pkgs/by-name/st/steam-tui/package.nix @@ -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 diff --git a/pkgs/by-name/tm/tmpmail/package.nix b/pkgs/by-name/tm/tmpmail/package.nix index a7fe5fe237da..43e97972f72b 100644 --- a/pkgs/by-name/tm/tmpmail/package.nix +++ b/pkgs/by-name/tm/tmpmail/package.nix @@ -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"; }; } diff --git a/pkgs/by-name/we/weylus/package.nix b/pkgs/by-name/we/weylus/package.nix index 5b7b214afecf..1769cf995062 100644 --- a/pkgs/by-name/we/weylus/package.nix +++ b/pkgs/by-name/we/weylus/package.nix @@ -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 = [ ]; }; } diff --git a/pkgs/by-name/wi/wiki-tui/package.nix b/pkgs/by-name/wi/wiki-tui/package.nix index 3801f7fe4b15..e4a44ab48a86 100644 --- a/pkgs/by-name/wi/wiki-tui/package.nix +++ b/pkgs/by-name/wi/wiki-tui/package.nix @@ -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 ]; diff --git a/pkgs/by-name/xc/xcp/package.nix b/pkgs/by-name/xc/xcp/package.nix index fe4f5d39bd16..b519f2407933 100644 --- a/pkgs/by-name/xc/xcp/package.nix +++ b/pkgs/by-name/xc/xcp/package.nix @@ -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"; }; }) diff --git a/pkgs/development/interpreters/asmrepl/default.nix b/pkgs/development/interpreters/asmrepl/default.nix index f9c701044481..1fd7375f8b8d 100644 --- a/pkgs/development/interpreters/asmrepl/default.nix +++ b/pkgs/development/interpreters/asmrepl/default.nix @@ -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; }; } diff --git a/pkgs/development/python-modules/python-pidfile/default.nix b/pkgs/development/python-modules/python-pidfile/default.nix index 44a44306ee8e..e5f6e4c90735 100644 --- a/pkgs/development/python-modules/python-pidfile/default.nix +++ b/pkgs/development/python-modules/python-pidfile/default.nix @@ -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 = [ ]; }; }