mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
rs-tftpd: add adamcstephens as maintainer
This commit is contained in:
parent
d58e93638b
commit
b44be5fc6f
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "TFTP Server Daemon implemented in Rust";
|
description = "TFTP Server Daemon implemented in Rust";
|
||||||
homepage = "https://github.com/altugbakan/rs-tftpd";
|
homepage = "https://github.com/altugbakan/rs-tftpd";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ matthewcroughan ];
|
maintainers = with maintainers; [
|
||||||
|
adamcstephens
|
||||||
|
matthewcroughan
|
||||||
|
];
|
||||||
mainProgram = "tftpd";
|
mainProgram = "tftpd";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue