python3Packages.hiredis: add hythera as maintainer
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user