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";
|
github = "kini";
|
||||||
name = "Keshav Kini";
|
name = "Keshav Kini";
|
||||||
};
|
};
|
||||||
|
kirelagin = {
|
||||||
|
email = "kirelagin@gmail.com";
|
||||||
|
github = "kirelagin";
|
||||||
|
name = "Kirill Elagin";
|
||||||
|
};
|
||||||
kkallio = {
|
kkallio = {
|
||||||
email = "tierpluspluslists@gmail.com";
|
email = "tierpluspluslists@gmail.com";
|
||||||
name = "Karn Kallio";
|
name = "Karn Kallio";
|
||||||
|
|
|
@ -22,6 +22,7 @@ buildGoPackage rec {
|
||||||
description = "Userspace Go implementation of WireGuard";
|
description = "Userspace Go implementation of WireGuard";
|
||||||
homepage = https://git.zx2c4.com/wireguard-go/about/;
|
homepage = https://git.zx2c4.com/wireguard-go/about/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ kirelagin ];
|
||||||
platforms = with platforms; linux ++ darwin ++ windows;
|
platforms = with platforms; linux ++ darwin ++ windows;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue