tinc: GPLv2+, not GPLv2.
This commit is contained in:
parent
3066f86e0d
commit
04194c576e
@ -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 = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user