python3Packages.starlette-compress: add maintainer (#421692)

This commit is contained in:
Wolfgang Walther
2025-07-03 19:39:33 +00:00
committed by GitHub
2 changed files with 15 additions and 1 deletions
+11
View File
@@ -27968,6 +27968,17 @@
githubId = 908716;
name = "Zach Coyle";
};
Zaczero = {
name = "Kamil Monicz";
email = "kamil@monicz.dev";
github = "Zaczero";
githubId = 10835147;
keys = [
{
fingerprint = "4E67 A4AC 2FA4 2A28 DB40 1FC8 F9FB 19F1 C1DC 9C23";
}
];
};
Zaechus = {
email = "zaechus@proton.me";
github = "Zaechus";
@@ -48,6 +48,9 @@ buildPythonPackage rec {
description = "Compression middleware for Starlette - supporting ZStd, Brotli, and GZip";
homepage = "https://pypi.org/p/starlette-compress";
license = lib.licenses.bsd0;
maintainers = with lib.maintainers; [ wrvsrx ];
maintainers = with lib.maintainers; [
wrvsrx
Zaczero
];
};
}