wireguard-go: add myself as a maintainer

wip/yesman
Kirill Elagin 6 years ago
parent ab1dd9c585
commit 388b21436a
No known key found for this signature in database
GPG Key ID: 11A364922849AD28
  1. 5
      maintainers/maintainer-list.nix
  2. 1
      pkgs/tools/networking/wireguard-go/default.nix

@ -1997,6 +1997,11 @@
github = "kini";
name = "Keshav Kini";
};
kirelagin = {
email = "kirelagin@gmail.com";
github = "kirelagin";
name = "Kirill Elagin";
};
kkallio = {
email = "tierpluspluslists@gmail.com";
name = "Karn Kallio";

@ -22,6 +22,7 @@ buildGoPackage rec {
description = "Userspace Go implementation of WireGuard";
homepage = https://git.zx2c4.com/wireguard-go/about/;
license = licenses.gpl2;
maintainers = with maintainers; [ kirelagin ];
platforms = with platforms; linux ++ darwin ++ windows;
};
}

Loading…
Cancel
Save