From d72a8cee3b8b0fc639f4cf3072b902b0daa3b5a0 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Mon, 22 Jun 2026 13:17:35 +0200 Subject: [PATCH] turborepo-remote-cache: add ibizaman as maintainer --- pkgs/by-name/tu/turborepo-remote-cache/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/tu/turborepo-remote-cache/package.nix b/pkgs/by-name/tu/turborepo-remote-cache/package.nix index 0a151a358720..bd79a956a140 100644 --- a/pkgs/by-name/tu/turborepo-remote-cache/package.nix +++ b/pkgs/by-name/tu/turborepo-remote-cache/package.nix @@ -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 + ]; }; })