From 8c41304decb916892fa07ca86893e4cf926ee884 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Fri, 7 Feb 2025 19:19:54 +0100 Subject: nongnu: firefox: Use key for beaconDB API. This was proposed by Joel (beaconDB founder) at their Matrix chat room. * nongnu/packages/mozilla.scm (firefox-esr)[arguments]: Set a key for beaconDB API. Co-authored-by: Tomas Volf Signed-off-by: Jonathan Brielmaier --- nongnu/packages/mozilla.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nongnu') diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index c335798..6a0fb57 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -20,7 +20,7 @@ ;;; Copyright © 2021, 2024 Brice Waegeneire ;;; Copyright © 2021, 2022, 2023 John Kehayias ;;; Copyright © 2022 Pierre Langlois -;;; Copyright © 2023 Tomas Volf +;;; Copyright © 2023-2025 Tomas Volf ;;; Copyright © 2025 Nicolas Graves (define-module (nongnu packages mozilla) @@ -190,7 +190,7 @@ ;; It defaults to Google Location Services, but misses a necessary ;; API key. (write-setting "geo.provider.network.url" - "\"https://api.beacondb.net/v1/geolocate\"") + "\"https://api.beacondb.net/v1/geolocate?key=firefox_nonguix.org\"") (close-port port)))) (add-after 'fix-preferences 'fix-ffmpeg-runtime-linker (lambda* (#:key inputs #:allow-other-keys) -- cgit v1.2.3