From 080f85c34f7bfc3de8b8441d51d434623a4a9f79 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 25 Apr 2023 19:15:16 -0600 Subject: [PATCH] fix(nix): fix superflous `/` that breaks the build (#6880) Resolves #1779 --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 953a23fcd..abf76d7c2 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"