3
0
Fork 0
forked from mirrors/nixpkgs

wireguard-go: licence update

https://git.zx2c4.com/wireguard-go/tree/LICENSE
is the MIT licence
This commit is contained in:
efim 2021-08-16 16:40:31 +03:00
parent 91acba7324
commit 774bf82869

View file

@ -24,7 +24,7 @@ buildGoPackage rec {
meta = with lib; {
description = "Userspace Go implementation of WireGuard";
homepage = "https://git.zx2c4.com/wireguard-go/about/";
license = licenses.gpl2;
license = licenses.mit;
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ];
};
}