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