aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/fetcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch/fetcher.go')
-rw-r--r--object/fetch/fetcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/fetch/fetcher.go b/object/fetch/fetcher.go
index fcd64d88..de719793 100644
--- a/object/fetch/fetcher.go
+++ b/object/fetch/fetcher.go
@@ -1,6 +1,6 @@
package fetch
-import objectstore "codeberg.org/lindenii/furgit/object/store"
+import objectstore "lindenii.org/go/furgit/object/store"
// Fetcher provides ordinary object access above an object store.
//