diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2025-02-07 19:19:54 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2025-02-24 21:37:26 +0100 |
commit | 8c41304decb916892fa07ca86893e4cf926ee884 (patch) | |
tree | 6aabd290d5ef5da345c815d527105bb19cad0a6f | |
parent | 6dd01257cfeb88c8317a54cdf94db38de5a91b3a (diff) |
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 <wolf@wolfsden.cz>
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r-- | nongnu/packages/mozilla.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index c3357980..6a0fb571 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -20,7 +20,7 @@ ;;; Copyright © 2021, 2024 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2021, 2022, 2023 John Kehayias <john.kehayias@protonmail.com> ;;; Copyright © 2022 Pierre Langlois <pierre.langlois@gmx.com> -;;; Copyright © 2023 Tomas Volf <wolf@wolfsden.cz> +;;; Copyright © 2023-2025 Tomas Volf <wolf@wolfsden.cz> ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> (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) |