Change default repo to use new username

This commit is contained in:
Elara 2023-04-26 22:15:50 -07:00
parent 5f323f45d8
commit d03f39f030
1 changed files with 1 additions and 1 deletions

View File

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