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; {
|
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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user