Change hostname references from gitea.opensuse.org to src.opensuse.org

This commit is contained in:
Dirk Müller
2023-06-19 10:59:56 +02:00
parent 12001b1640
commit 9e80a64fe0
3 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ class TreeBuilder:
candidates.append(node)
if node.merged_into:
# we can't have candidates that are crossing previous merges
# see https://gitea.opensuse.org/importers/git-importer/issues/14
# see https://src.opensuse.org/importers/git-importer/issues/14
candidates = []
node = node.parent
if candidates: