diff options
Diffstat (limited to 'internal/zlib/writer.go')
| -rw-r--r-- | internal/zlib/writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/zlib/writer.go b/internal/zlib/writer.go index 65e96809..14eca474 100644 --- a/internal/zlib/writer.go +++ b/internal/zlib/writer.go @@ -11,7 +11,7 @@ import ( "hash" "io" - "git.sr.ht/~runxiyu/furgit/internal/adler32" + "codeberg.org/lindenii/furgit/internal/adler32" ) // These constants are copied from the [flate] package, so that code that imports |
