From cfa82d21b35a734cf38dc2e3503fc09ed86034e1 Mon Sep 17 00:00:00 2001
From: Ron Williams <ron.williams.redox@gmail.com>
Date: Mon, 1 May 2023 07:21:12 +0000
Subject: [PATCH] Uncomment source section

---
 recipes/gitoxide/recipe.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gitoxide/recipe.toml b/recipes/gitoxide/recipe.toml
index b8d800b7c..a55b5da76 100644
--- a/recipes/gitoxide/recipe.toml
+++ b/recipes/gitoxide/recipe.toml
@@ -1,5 +1,5 @@
-# [source]
-# git = "https://github.com/Byron/gitoxide.git"
+[source]
+git = "https://github.com/Byron/gitoxide.git"
 
 [build]
 dependencies = [
-- 
GitLab