wireguard-go: add myself as a maintainer

This commit is contained in:
Kirill Elagin 2018-05-19 14:25:57 +03:00
parent ab1dd9c585
commit 388b21436a
No known key found for this signature in database
GPG key ID: 11A364922849AD28
2 changed files with 6 additions and 0 deletions

View file

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

View file

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