Fixed tinc license.
This commit is contained in:
parent
2ba4f46752
commit
3066f86e0d
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
authentication, compression and ethernet bridging.
|
authentication, compression and ethernet bridging.
|
||||||
'';
|
'';
|
||||||
homepage="http://www.tinc-vpn.org/";
|
homepage="http://www.tinc-vpn.org/";
|
||||||
license = "gpl2Plus";
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user