mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +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";
|
description = "Userspace WireGuard® implementation in Rust";
|
||||||
homepage = https://github.com/cloudflare/boringtun;
|
homepage = https://github.com/cloudflare/boringtun;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ xrelkd ];
|
maintainers = with maintainers; [ xrelkd marsam ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue