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", }, }, }