diff options
| author | 2026-05-27 06:15:31 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:15:31 +0000 | |
| commit | 07204c4b1ea56aeb4e236418ed80186b9f27ddf5 (patch) | |
| tree | 9e5b786a198cd7482d4a66b82fc501fc1a0919e9 /object/header/parse.go | |
| parent | furgit: Fix typos (diff) | |
| signature | No signature | |
Switch module URL to lindenii.org/go/furgit
Diffstat (limited to 'object/header/parse.go')
| -rw-r--r-- | object/header/parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/header/parse.go b/object/header/parse.go index 7fb3ed04..cdefe74e 100644 --- a/object/header/parse.go +++ b/object/header/parse.go @@ -5,7 +5,7 @@ import ( "errors" "strconv" - "codeberg.org/lindenii/furgit/object/typ" + "lindenii.org/go/furgit/object/typ" ) var ErrInvalidHeader = errors.New("object/header: invalid header") |
