aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/quarantine.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/packed/quarantine.go')
-rw-r--r--object/store/packed/quarantine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/packed/quarantine.go b/object/store/packed/quarantine.go
index a8f6d08c..7de6ecbd 100644
--- a/object/store/packed/quarantine.go
+++ b/object/store/packed/quarantine.go
@@ -3,7 +3,7 @@ package packed
import (
"os"
- objectstore "codeberg.org/lindenii/furgit/object/store"
+ objectstore "lindenii.org/go/furgit/object/store"
)
var _ objectstore.PackQuarantiner = (*Store)(nil)