From b44be5fc6f042c8974a91b2eb4133e28dbc375fb Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 16 May 2025 07:44:46 -0400 Subject: [PATCH] rs-tftpd: add adamcstephens as maintainer --- pkgs/by-name/rs/rs-tftpd/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/rs/rs-tftpd/package.nix b/pkgs/by-name/rs/rs-tftpd/package.nix index 392e6c2f1fce..7b9fd6324873 100644 --- a/pkgs/by-name/rs/rs-tftpd/package.nix +++ b/pkgs/by-name/rs/rs-tftpd/package.nix @@ -27,7 +27,10 @@ rustPlatform.buildRustPackage rec { description = "TFTP Server Daemon implemented in Rust"; homepage = "https://github.com/altugbakan/rs-tftpd"; license = licenses.mit; - maintainers = with maintainers; [ matthewcroughan ]; + maintainers = with maintainers; [ + adamcstephens + matthewcroughan + ]; mainProgram = "tftpd"; }; }