aboutsummaryrefslogtreecommitdiff
path: root/object/commit/type.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/commit/type.go')
-rw-r--r--object/commit/type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/commit/type.go b/object/commit/type.go
index b8aa11e8..e250e977 100644
--- a/object/commit/type.go
+++ b/object/commit/type.go
@@ -1,6 +1,6 @@
package commit
-import objecttype "codeberg.org/lindenii/furgit/object/type"
+import objecttype "lindenii.org/go/furgit/object/type"
// ObjectType returns TypeCommit.
func (commit *Commit) ObjectType() objecttype.Type {