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/reader.go | |
| parent | hash: Document maxHashSize properly (diff) | |
| signature | No signature | |
More changes from the import URL update
Diffstat (limited to 'internal/zlib/reader.go')
| -rw-r--r-- | internal/zlib/reader.go | 2 |
1 files changed, 1 insertions, 1 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 ( |
