Fixed tinc license.

This commit is contained in:
James Cook 2013-01-19 11:25:43 -08:00
parent 2ba4f46752
commit 3066f86e0d

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
authentication, compression and ethernet bridging.
'';
homepage="http://www.tinc-vpn.org/";
license = "gpl2Plus";
license = stdenv.lib.licenses.gpl2;
};
}