From 9050ae679d6789db7ceab299ba01a545c900ade3 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 10 Jan 2026 10:22:05 -0500 Subject: [PATCH] python3Packages.brotli: adopt --- pkgs/development/python-modules/brotli/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/brotli/default.nix b/pkgs/development/python-modules/brotli/default.nix index 6746fb5707fa..1f2ed960bf20 100644 --- a/pkgs/development/python-modules/brotli/default.nix +++ b/pkgs/development/python-modules/brotli/default.nix @@ -2,7 +2,6 @@ lib, brotli, buildPythonPackage, - fetchFromGitHub, pkgconfig, pytestCheckHook, setuptools, @@ -36,6 +35,6 @@ buildPythonPackage rec { homepage = "https://github.com/google/brotli"; description = "Generic-purpose lossless compression algorithm"; license = lib.licenses.mit; - maintainers = [ ]; + maintainers = with lib.maintainers; [ mdaniels5757 ]; }; }