From 53845e9dc38f23a3614a2ea1893604488283a0b9 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:56:58 -0500 Subject: [PATCH] chore: Update repo URL --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 2d73233..d3a4f61 100644 --- a/mix.exs +++ b/mix.exs @@ -1,8 +1,8 @@ defmodule TreeSitter.MixProject do use Mix.Project - @version "0.0.2" - @source_url "https://gitlab.com/mythic-insight/tree_sitter" + @version "0.0.3" + @source_url "https://code.mythicinsight.com/mythic-insight/tree_sitter" def project do [