diff options
author | Anonymous <anonymous@example.org> | 2024-01-14 06:30:51 -0600 |
---|---|---|
committer | Anonymous <anonymous@example.org> | 2024-01-14 06:30:51 -0600 |
commit | 15ccacd00be83644adee4e07a5e979d8b1f940a7 (patch) | |
tree | 5cb45aeca3df6ace998817aee941c3f883060599 /librewolf.scm | |
parent | 0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194 (diff) | |
download | guix-msglm-15ccacd00be83644adee4e07a5e979d8b1f940a7.tar.gz guix-msglm-15ccacd00be83644adee4e07a5e979d8b1f940a7.tar.bz2 guix-msglm-15ccacd00be83644adee4e07a5e979d8b1f940a7.zip |
librewolf is based off non-esr firefox
Diffstat (limited to 'librewolf.scm')
-rw-r--r-- | librewolf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf.scm b/librewolf.scm index 55cda65..2ad2847 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -55,7 +55,7 @@ (define-public librewolf (package - (inherit firefox-esr) + (inherit firefox) (name "librewolf") (version "121.0-1") (source |