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
2 changed files with 6 additions and 0 deletions
@@ -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;
};
}