about summary refs log tree commit diff
path: root/pkgs/games/hmcl
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-10-09 09:15:55 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-10-09 09:15:55 -0400
commit2e722bdfdbe6cef13d88f9c466f84be4122f0d13 (patch)
tree63b48dc99f7c458ddb2c02b90498cb07a4ccbe14 /pkgs/games/hmcl
parentb623143563badceb3fe59056f26bbab21de97783 (diff)
maintainers: Fix github account names
and drop package maintainership for removed maintainers.

davidarmstronglewis is now known on github as oceanlewis. Editing maintainer-list.nix…
TravisDavis-ops likely deleted their github account
rs0vere likely deleted their github account
SamirTalwar is now known on github as abstracte. Editing maintainer-list.nix…
Diffstat (limited to 'pkgs/games/hmcl')
-rw-r--r--pkgs/games/hmcl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/hmcl/default.nix b/pkgs/games/hmcl/default.nix
index f6ded13dc0f4c..fcaa01ea2d95f 100644
--- a/pkgs/games/hmcl/default.nix
+++ b/pkgs/games/hmcl/default.nix
@@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
     description = "A Minecraft Launcher which is multi-functional, cross-platform and popular";
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.gpl3Only;
-    maintainers = with maintainers; [ rs0vere ];
+    maintainers = with maintainers; [ ];
     inherit (jre.meta) platforms;
   };
 })