python3Packages.hiredis: add hythera as maintainer

This commit is contained in:
Hythera
2026-06-03 17:16:33 +02:00
parent c8fe7b0ad9
commit 7b8e4fa0b1
@@ -38,6 +38,6 @@ buildPythonPackage (finalAttrs: {
homepage = "https://github.com/redis/hiredis-py";
changelog = "https://github.com/redis/hiredis-py/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd3;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})