diff options
Diffstat (limited to 'stapler-repo.toml')
| -rw-r--r-- | stapler-repo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/stapler-repo.toml b/stapler-repo.toml index 4e43f57..7cc7958 100644 --- a/stapler-repo.toml +++ b/stapler-repo.toml @@ -1,5 +1,9 @@ [repo] minVersion = "v0.0.28" -url = "https://git.neonxp.ru/repo/" -mirrors = [] +url = "git://git.neonxp.ru/repo" +mirrors = [ + "https://altlinux.space/neonxp/stplr-repo.git", + "https://gitverse.ru/neonxp/stplr-repo.git", + "https://github.com/neonxp/stplr-repo", +] report_url = "mailto:stplr@list.neonxp.ru?subject={{ .BasePackage }}" |
