zx: change maintainer to jlbribeiro
Following https://github.com/NixOS/nixpkgs/issues/309047#issuecomment-2095530702, I'm replacing @hlolli as zx maintainer.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user