3
0
Fork 0
forked from mirrors/nixpkgs

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
commit aa34268dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];