python3Packages.brotli: adopt

This commit is contained in:
Michael Daniels
2026-01-10 10:22:05 -05:00
parent 6b30c3e503
commit 9050ae679d
@@ -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 ];
};
}