forked from mirrors/nixpkgs
Merge pull request #43391 from alyssais/patch-3
tor-browser-bundle: update license to free
This commit is contained in:
commit
aa34268dc8
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue