rs-tftpd: add adamcstephens as maintainer

This commit is contained in:
Adam C. Stephens 2025-05-16 07:44:46 -04:00
parent d58e93638b
commit b44be5fc6f
No known key found for this signature in database

View file

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