aboutsummaryrefslogtreecommitdiff
path: root/object/commit/append.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/commit/append.go')
-rw-r--r--object/commit/append.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/commit/append.go b/object/commit/append.go
index 31031ed1..110d589f 100644
--- a/object/commit/append.go
+++ b/object/commit/append.go
@@ -3,8 +3,8 @@ package commit
import (
"fmt"
- "codeberg.org/lindenii/furgit/object/header"
- "codeberg.org/lindenii/furgit/object/typ"
+ "lindenii.org/go/furgit/object/header"
+ "lindenii.org/go/furgit/object/typ"
)
// AppendWithoutHeader renders the raw commit body bytes.