From c6c8828257f9d3b1ac6d8a24bf1bd33c43ddebac Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 6 Oct 2023 19:03:43 -0700 Subject: [PATCH] Update lure-repo URL --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 89bdc64..56ea30c 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -35,7 +35,7 @@ var defaultConfig = &types.Config{ Repos: []types.Repo{ { Name: "default", - URL: "https://github.com/Elara6331/lure-repo.git", + URL: "https://github.com/lure-sh/lure-repo.git", }, }, }