aboutsummaryrefslogtreecommitdiff
path: root/object/commit/commit.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/commit/commit.go')
-rw-r--r--object/commit/commit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/commit/commit.go b/object/commit/commit.go
index e89b5368..f41366b7 100644
--- a/object/commit/commit.go
+++ b/object/commit/commit.go
@@ -1,8 +1,8 @@
package commit
import (
- "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/object/signature"
+ "lindenii.org/go/furgit/object/id"
+ "lindenii.org/go/furgit/object/signature"
)
// Commit represents a fully materialized Git commit object.