Merge pull request #43391 from alyssais/patch-3

tor-browser-bundle: update license to free
This commit is contained in:
Joachim F
2018-07-12 08:22:57 +00:00
committed by GitHub

View File

@@ -340,7 +340,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An unofficial version of the tor browser bundle, built from source";
homepage = https://torproject.org/;
license = licenses.unfreeRedistributable; # TODO: check this
license = licenses.free;
platforms = [ "x86_64-linux" ];
hydraPlatforms = [ ];
maintainers = with maintainers; [ joachifm ];