summaryrefslogtreecommitdiff
path: root/internal/rtree/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rtree/index.go')
-rw-r--r--internal/rtree/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rtree/index.go b/internal/rtree/index.go
index 549b51c..7dd8d94 100644
--- a/internal/rtree/index.go
+++ b/internal/rtree/index.go
@@ -13,7 +13,7 @@ import (
"sort"
"strings"
- "github.com/majewsky/gofu/internal/cli"
+ "git.xyrillian.de/gofu/internal/cli"
)
// Index represents the contents of the index.json file.