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:
parent
91acba7324
commit
774bf82869
|
@ -24,7 +24,7 @@ buildGoPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
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.mit;
|
||||||
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ];
|
maintainers = with maintainers; [ elseym kirelagin yegortimoshenko zx2c4 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue