Unnamed repository; edit this file 'description' to name the repository.
fix(nix): fix superflous `/` that breaks the build (#6880)
Resolves #1779
Timothy DeHerrera 2023-04-26
parent e7f25d8 · commit 080f85c
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 953a23fc..abf76d7c 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2467,7 +2467,7 @@ comment-token = "--"
[[grammar]]
name = "cabal"
-source = { git = "https://gitlab.com/magus/tree-sitter-cabal/", rev = "7d5fa6887ae05a0b06d046f1e754c197c8ad869b" }
+source = { git = "https://gitlab.com/magus/tree-sitter-cabal", rev = "7d5fa6887ae05a0b06d046f1e754c197c8ad869b" }
[[language]]
name = "hurl"