aboutsummaryrefslogtreecommitdiff
path: root/internal/flatex
diff options
context:
space:
mode:
Diffstat (limited to 'internal/flatex')
-rw-r--r--internal/flatex/decompress.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flatex/decompress.go b/internal/flatex/decompress.go
index 641b6e7a..065e23f3 100644
--- a/internal/flatex/decompress.go
+++ b/internal/flatex/decompress.go
@@ -3,7 +3,7 @@ package flatex
import (
"io"
- "git.sr.ht/~runxiyu/furgit/internal/bufpool"
+ "codeberg.org/lindenii/furgit/internal/bufpool"
)
func DecompressSized(src []byte, sizeHint int) (bufpool.Buffer, int, error) {