From 099134efac3fc75313eb1ddf74daff059fdc28c8 Mon Sep 17 00:00:00 2001 From: GinnyGlider <146524851+GinnyGlider@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:07:32 +0200 Subject: [PATCH] brotli: Update the Internet-Draft link and package description --- pkgs/by-name/br/brotli/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/br/brotli/package.nix b/pkgs/by-name/br/brotli/package.nix index ec7ea22ddaa4..4c681fd2dcc8 100644 --- a/pkgs/by-name/br/brotli/package.nix +++ b/pkgs/by-name/br/brotli/package.nix @@ -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 ];