hiredis: add hythera as maintainer

This commit is contained in:
Hythera
2026-05-06 20:54:00 +02:00
parent 8318bd7dbf
commit 1bb4c6be16
+1
View File
@@ -29,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/redis/hiredis";
description = "Minimalistic C client for Redis >= 1.2";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ hythera ];
platforms = lib.platforms.all;
};
})