firefoxPackages.tor-browser: fix meta
This commit is contained in:
parent
afd0929f6c
commit
e11586f69f
@ -218,9 +218,9 @@ in rec {
|
|||||||
Or just use `tor-browser-bundle` package that packs this
|
Or just use `tor-browser-bundle` package that packs this
|
||||||
`tor-browser` back into a sanely-built bundle.
|
`tor-browser` back into a sanely-built bundle.
|
||||||
'';
|
'';
|
||||||
homepage = https://www.torproject.org/projects/torbrowser.html;
|
homepage = "https://www.torproject.org/projects/torbrowser.html";
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.unix;
|
||||||
license = lib.licenses.bsd3;
|
license = with lib.licenses; [ mpl20 bsd3 ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user