From f555d4ca3cd5406d77c93d9882220a783fbced1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ribeiro?= Date: Mon, 6 May 2024 15:55:19 +0100 Subject: [PATCH] zx: change maintainer to jlbribeiro Following https://github.com/NixOS/nixpkgs/issues/309047#issuecomment-2095530702, I'm replacing @hlolli as zx maintainer. --- pkgs/tools/system/zx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/zx/default.nix b/pkgs/tools/system/zx/default.nix index a1ae3947b701..f8e18a310629 100644 --- a/pkgs/tools/system/zx/default.nix +++ b/pkgs/tools/system/zx/default.nix @@ -22,7 +22,7 @@ buildNpmPackage rec { homepage = "https://github.com/google/zx"; changelog = "https://github.com/google/zx/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ hlolli ]; + maintainers = with lib.maintainers; [ jlbribeiro ]; mainProgram = "zx"; }; }