diff options
| author | 2026-01-19 01:04:52 +0800 | |
|---|---|---|
| committer | 2026-01-19 01:04:52 +0800 | |
| commit | ec5fe2ab6baaf82be1952080bb5a14a8e58d61bb (patch) | |
| tree | 4c1c7e41c529fb5a131a3005a5357293c78f93ab /internal/zlib | |
| parent | hash: Document maxHashSize properly (diff) | |
| signature | No signature | |
More changes from the import URL update
Diffstat (limited to 'internal/zlib')
| -rw-r--r-- | internal/zlib/reader.go | 2 | ||||
| -rw-r--r-- | internal/zlib/writer.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/zlib/reader.go b/internal/zlib/reader.go index 7602890b..5141b2f6 100644 --- a/internal/zlib/reader.go +++ b/internal/zlib/reader.go @@ -41,7 +41,7 @@ import ( "io" "sync" - "git.sr.ht/~runxiyu/furgit/internal/adler32" + "codeberg.org/lindenii/furgit/internal/adler32" ) const ( 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 |
