steam-tui: add dmadisetti as maintainer

This commit is contained in:
dylan madisetti 2024-07-01 12:34:48 -04:00
parent 00d80d1381
commit 6ecf516011
No known key found for this signature in database
GPG Key ID: 9080F46A6E933A9D

View File

@ -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";