k 5 forticlientsslvpn: fix license

This commit is contained in:
makefu 2016-01-18 12:53:07 +01:00
parent f475401033
commit 6ca6e41a79

View File

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.fortinet.com;
description = "Forticlient SSL-VPN client";
license = lib.licenses.nonfree;
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.makefu ];
};
}