aboutsummaryrefslogtreecommitdiff
path: root/repo.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-19 01:04:52 +0800
committerGravatar Runxi Yu2026-01-19 01:04:52 +0800
commitec5fe2ab6baaf82be1952080bb5a14a8e58d61bb (patch)
tree4c1c7e41c529fb5a131a3005a5357293c78f93ab /repo.go
parenthash: Document maxHashSize properly (diff)
signatureNo signature
More changes from the import URL update
Diffstat (limited to 'repo.go')
-rw-r--r--repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.go b/repo.go
index 5481a0fc..8c0cd95e 100644
--- a/repo.go
+++ b/repo.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"sync"
- "git.sr.ht/~runxiyu/furgit/config"
+ "codeberg.org/lindenii/furgit/config"
)
// Repository represents a Git repository.