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