lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

brotli: Update the Internet-Draft link and package description (#429684)

authored by

Sandro and committed by
GitHub
57905d29 2b01026f

+3 -3
+3 -3
pkgs/by-name/br/brotli/package.nix
··· 58 58 59 59 meta = with lib; { 60 60 homepage = "https://github.com/google/brotli"; 61 - description = "Generic-purpose lossless compression algorithm and tool"; 61 + description = "General-purpose lossless compression library with CLI"; 62 62 longDescription = '' 63 63 Brotli is a generic-purpose lossless compression algorithm that 64 64 compresses data using a combination of a modern variant of the LZ77 ··· 68 68 deflate but offers more dense compression. 69 69 70 70 The specification of the Brotli Compressed Data Format is defined 71 - in the following internet draft: 72 - http://www.ietf.org/id/draft-alakuijala-brotli 71 + in the following Internet-Draft: 72 + https://datatracker.ietf.org/doc/html/rfc7932 73 73 ''; 74 74 license = licenses.mit; 75 75 maintainers = with maintainers; [ freezeboy ];