diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
commit | dbac893302dd8cc5202e4f4b0e0b15f22e5e4b7d (patch) | |
tree | 5cb45aeca3df6ace998817aee941c3f883060599 | |
parent | 458f5f192331c4a5fe97dc708a564a0bc97b9195 (diff) | |
download | guix-techchud-dbac893302dd8cc5202e4f4b0e0b15f22e5e4b7d.tar.gz guix-techchud-dbac893302dd8cc5202e4f4b0e0b15f22e5e4b7d.tar.bz2 guix-techchud-dbac893302dd8cc5202e4f4b0e0b15f22e5e4b7d.zip |
librewolf is based off non-esr firefox
-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 |