turborepo-remote-cache: add ibizaman as maintainer (#534217)

This commit is contained in:
Yohann Boniface
2026-06-30 21:21:49 +00:00
committed by GitHub
@@ -84,6 +84,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "This project is an open-source implementation of the Turborepo custom remote cache server.";
license = lib.licenses.mit;
mainProgram = "turborepo-remote-cache";
maintainers = with lib.maintainers; [ humemm ];
maintainers = with lib.maintainers; [
humemm
ibizaman
];
};
})