tor{-browser}: set meta.donationPage (#529968)
This commit is contained in:
@@ -340,6 +340,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Privacy-focused browser routing traffic through the Tor network";
|
||||
mainProgram = "tor-browser";
|
||||
homepage = "https://www.torproject.org/";
|
||||
donationPage = "https://donate.torproject.org/";
|
||||
changelog = "https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/maint-${lib.versions.majorMinor version}/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt";
|
||||
platforms = lib.attrNames sources;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
||||
@@ -134,6 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.torproject.org/";
|
||||
donationPage = "https://donate.torproject.org/";
|
||||
description = "Anonymizing overlay network";
|
||||
longDescription = ''
|
||||
Tor helps improve your privacy by bouncing your communications around a
|
||||
|
||||
Reference in New Issue
Block a user