Unverified Commit b44be5fc authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

rs-tftpd: add adamcstephens as maintainer

parent d58e9363
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}