maintainers: rename legendofmiracles to lom

main
legendofmiracles 3 years ago
parent 3b2742e7bb
commit b9e6351d30
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451
  1. 2
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/audio/noisetorch/default.nix
  3. 2
      pkgs/applications/graphics/weylus/default.nix
  4. 2
      pkgs/applications/misc/ArchiSteamFarm/default.nix
  5. 2
      pkgs/applications/misc/cfm/default.nix
  6. 2
      pkgs/applications/networking/tmpmail/default.nix
  7. 2
      pkgs/applications/video/giph/default.nix
  8. 2
      pkgs/applications/video/mpv/scripts/cutter.nix
  9. 2
      pkgs/applications/window-managers/eww/default.nix
  10. 2
      pkgs/development/interpreters/asmrepl/default.nix
  11. 2
      pkgs/development/python-modules/python-pidfile/default.nix
  12. 2
      pkgs/games/ddnet/default.nix
  13. 2
      pkgs/games/rpg-cli/default.nix
  14. 2
      pkgs/games/steam-tui/default.nix
  15. 2
      pkgs/misc/cliscord/default.nix
  16. 2
      pkgs/misc/present/default.nix
  17. 2
      pkgs/misc/wiki-tui/default.nix
  18. 2
      pkgs/tools/misc/keymapviz/default.nix
  19. 2
      pkgs/tools/misc/xcp/default.nix

@ -6580,7 +6580,7 @@
githubId = 4158274;
name = "Michiel Leenaars";
};
legendofmiracles = {
lom = {
email = "legendofmiracles@protonmail.com";
matrix = "@legendofmiracles:matrix.org";
github = "legendofmiracles";

@ -37,6 +37,6 @@ buildGoModule rec {
homepage = "https://github.com/lawl/NoiseTorch";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ panaeon legendofmiracles ];
maintainers = with maintainers; [ panaeon lom ];
};
}

@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
description = "Use your tablet as graphic tablet/touch screen on your computer";
homepage = "https://github.com/H-M-H/Weylus";
license = with licenses; [ agpl3Only ];
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
};
}

@ -47,6 +47,6 @@ buildDotnetModule rec {
homepage = "https://github.com/JustArchiNET/ArchiSteamFarm";
license = licenses.asl20;
platforms = dotnetCorePackages.aspnetcore_5_0.meta.platforms;
maintainers = with maintainers; [ SuperSandro2000 legendofmiracles ];
maintainers = with maintainers; [ SuperSandro2000 lom ];
};
}

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple and fast TUI file manager with no dependencies";
license = licenses.mpl20;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
homepage = "https://github.com/willeccles/cfm";
platforms = platforms.all;
};

@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/sdushantha/tmpmail";
description = "A temporary email right from your terminal written in POSIX sh ";
license = licenses.mit;
maintainers = [ maintainers.legendofmiracles ];
maintainers = [ maintainers.lom ];
};
}

@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/phisch/giph";
description = "Simple gif recorder";
license = licenses.mit;
maintainers = [ maintainers.legendofmiracles ];
maintainers = [ maintainers.lom ];
platforms = platforms.linux;
};
}

@ -42,6 +42,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://github.com/rushmj/mpv-video-cutter";
# repo doesn't have a license
license = licenses.unfree;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
};
}

@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
description = "ElKowars wacky widgets";
homepage = "https://github.com/elkowar/eww";
license = licenses.mit;
maintainers = with maintainers; [ figsoda legendofmiracles ];
maintainers = with maintainers; [ figsoda lom ];
broken = stdenv.isDarwin;
};
}

@ -11,7 +11,7 @@ bundlerApp {
description = "A REPL for x86-64 assembly language";
homepage = "https://github.com/tenderlove/asmrepl";
license = licenses.asl20;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
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; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
};
}

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://ddnet.tw";
license = licenses.asl20;
maintainers = with maintainers; [ sirseruju legendofmiracles ];
maintainers = with maintainers; [ sirseruju lom ];
mainProgram = "DDNet";
};
}

@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
description = "Your filesystem as a dungeon";
homepage = "https://github.com/facundoolano/rpg-cli";
license = licenses.mit;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
};
}

@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
description = "Rust TUI client for steamcmd";
homepage = "https://github.com/dmadisetti/steam-tui";
license = licenses.mit;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
# steam only supports that platform
platforms = [ "x86_64-linux" ];
};

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
description = "Simple command-line tool to send text and files to discord";
homepage = "https://github.com/somebody1234/cliscord";
license = licenses.mit;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
mainProgram = "cliscord";
};
}

@ -26,6 +26,6 @@ python3Packages.buildPythonPackage rec {
description = "A terminal-based presentation tool with colors and effects.";
homepage = "https://github.com/vinayak-mehta/present";
license = licenses.asl20;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
};
}

@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
description = "A simple and easy to use Wikipedia Text User Interface";
homepage = "https://github.com/builditluc/wiki-tui";
license = licenses.mit;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
mainProgram = "wiki-tui";
};
}

@ -17,6 +17,6 @@ python3.pkgs.buildPythonApplication rec {
description = "A qmk keymap.c visualizer";
homepage = "https://github.com/yskoht/keymapviz";
license = licenses.mit;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
};
}

@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
description = "An extended cp(1)";
homepage = "https://github.com/tarka/xcp";
license = licenses.gpl3Only;
maintainers = with maintainers; [ legendofmiracles ];
maintainers = with maintainers; [ lom ];
};
}

Loading…
Cancel
Save