aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitrepo/url.go
blob: b355d0fa93aac3a951c39f33b9d2759789085613 (plain)
1
2
3
4
5
6
7
8
// Copyright 2024 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package gitrepo

func RepoGitURL(repo Repository) string {
	return repoPath(repo)
}