Loading pkgs/by-name/rs/rs-tftpd/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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"; }; } Loading
pkgs/by-name/rs/rs-tftpd/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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"; }; }