git.sr.ht ref attachments currently set the "content-type" HTTP header for tar+gzip archives to "gzip"; this causes many programs to decompress them on the fly, which can make verifying checksums and signatures for the gzipped archives very tedious.
Solution: content-encoding isn't even necessary for these attachments;
just remove the header for anything under $repo/refs/download
.
-- /Seirdy