wireguard-go: add myself as a maintainer
This commit is contained in:
parent
ab1dd9c585
commit
388b21436a
2 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue