python3Packages.starlette-compress: add maintainer (#421692)
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user