diff options
author | msglm <msglm@techchud.xyz> | 2024-02-26 01:54:53 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-02-26 01:54:53 -0600 |
commit | 8237cfdce5a4bd5764d3e76cdb551d148ea25741 (patch) | |
tree | 5251b2aad3dddd986b9d12d1fbee8c019e3d722b | |
parent | 6eb400da41fae6d389245da47b96bf9bf5ee2e52 (diff) | |
download | guix-msglm-8237cfdce5a4bd5764d3e76cdb551d148ea25741.tar.gz guix-msglm-8237cfdce5a4bd5764d3e76cdb551d148ea25741.tar.bz2 guix-msglm-8237cfdce5a4bd5764d3e76cdb551d148ea25741.zip |
fix typo
-rw-r--r-- | librewolf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf.scm b/librewolf.scm index 7e08280..0c256c9 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) |