From d03f39f030d72f0b7d4fdfe02c2127f0188031bc Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Wed, 26 Apr 2023 22:15:50 -0700 Subject: [PATCH] Change default repo to use new username --- 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 2f05749..8d1c54e 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -32,7 +32,7 @@ var defaultConfig = types.Config{ Repos: []types.Repo{ { Name: "default", - URL: "https://github.com/Arsen6331/lure-repo.git", + URL: "https://github.com/Elara6331/lure-repo.git", }, }, }