From 6ecf516011b3dc4686abf9d69fae003fc5c0f3ac Mon Sep 17 00:00:00 2001 From: dylan madisetti Date: Mon, 1 Jul 2024 12:34:48 -0400 Subject: [PATCH] steam-tui: add dmadisetti as maintainer --- pkgs/games/steam-tui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/steam-tui/default.nix b/pkgs/games/steam-tui/default.nix index 769553a69422..8a3c5d4942d2 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; [ lom ]; + maintainers = with maintainers; [ lom dmadisetti ]; # steam only supports that platform platforms = [ "x86_64-linux" ]; mainProgram = "steam-tui";