summary refs log tree commit diff
path: root/pkgs/games/steam-tui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/steam-tui/default.nix')
-rw-r--r--pkgs/games/steam-tui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam-tui/default.nix b/pkgs/games/steam-tui/default.nix
index 968f529421d..66e17b1752e 100644
--- a/pkgs/games/steam-tui/default.nix
+++ b/pkgs/games/steam-tui/default.nix
@@ -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" ];
   };