brotli: Update the Internet-Draft link and package description

This commit is contained in:
GinnyGlider
2025-07-31 14:09:30 +02:00
committed by GinnyGlider
parent dc9637876d
commit 099134efac
+3 -3
View File
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
homepage = "https://github.com/google/brotli";
description = "Generic-purpose lossless compression algorithm and tool";
description = "General-purpose lossless compression library with CLI";
longDescription = ''
Brotli is a generic-purpose lossless compression algorithm that
compresses data using a combination of a modern variant of the LZ77
@@ -68,8 +68,8 @@ stdenv.mkDerivation (finalAttrs: {
deflate but offers more dense compression.
The specification of the Brotli Compressed Data Format is defined
in the following internet draft:
http://www.ietf.org/id/draft-alakuijala-brotli
in the following Internet-Draft:
https://datatracker.ietf.org/doc/html/rfc7932
'';
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];