firefoxPackages.tor-browser: fix meta

This commit is contained in:
Jan Malakhovski
2019-01-31 17:02:52 +00:00
parent afd0929f6c
commit e11586f69f
@@ -218,9 +218,9 @@ in rec {
Or just use `tor-browser-bundle` package that packs this Or just use `tor-browser-bundle` package that packs this
`tor-browser` back into a sanely-built bundle. `tor-browser` back into a sanely-built bundle.
''; '';
homepage = https://www.torproject.org/projects/torbrowser.html; homepage = "https://www.torproject.org/projects/torbrowser.html";
platforms = lib.platforms.linux; platforms = lib.platforms.unix;
license = lib.licenses.bsd3; license = with lib.licenses; [ mpl20 bsd3 ];
}; };
}); });