diff options
author | msglm <msglm@techchud.xyz> | 2024-02-26 02:01:03 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-02-26 02:01:03 -0600 |
commit | a7e3a1228a599c88abec3f09c0c73c4e462efd41 (patch) | |
tree | b820eead97c2a4da04ec50662bf392ec90128ff1 /librewolf.scm | |
parent | 8237cfdce5a4bd5764d3e76cdb551d148ea25741 (diff) | |
download | guix-msglm-a7e3a1228a599c88abec3f09c0c73c4e462efd41.tar.gz guix-msglm-a7e3a1228a599c88abec3f09c0c73c4e462efd41.tar.bz2 guix-msglm-a7e3a1228a599c88abec3f09c0c73c4e462efd41.zip |
fix typo again
Diffstat (limited to 'librewolf.scm')
-rw-r--r-- | librewolf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf.scm b/librewolf.scm index 0c256c9..bc844bb 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -65,8 +65,8 @@ version "/librewolf-" version ".source.tar.gz")) (sha256 (base32 "050kg717jy70fvjfh91aydmq25mqaz6cbf9cqsdsgh6hvpxrw873")) - ) - (patches (search-patches "librewolf-msglm-browser.patch"))))) + (patches (search-patches "librewolf-msglm-browser.patch")) + )))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases) |