1
0
Fork 1
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:
Mario Rodas 2019-09-27 23:01:00 -05:00
parent b7704dab09
commit 2b5e13d3ea
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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