mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
boringtun: add marsam as maintainer
This commit is contained in:
parent
b7704dab09
commit
2b5e13d3ea
|
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "Userspace WireGuard® implementation in Rust";
|
||||
homepage = https://github.com/cloudflare/boringtun;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
maintainers = with maintainers; [ xrelkd marsam ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue