From 09e5683a9b8ce548bb546703b7d99f2f47dfa1b7 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:34:03 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Homebrew/DevCmd/Contributions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Homebrew/DevCmd/Contributions.html b/docs/Homebrew/DevCmd/Contributions.html index 2269dae65..329745460 100644 --- a/docs/Homebrew/DevCmd/Contributions.html +++ b/docs/Homebrew/DevCmd/Contributions.html @@ -430,7 +430,7 @@

from = args.from.presence || Date.today.prev_year.iso8601 - contribution_types = [:author, :committer, :coauthorship, :review] + contribution_types = [:author, :committer, :coauthor, :review] users = args.user.presence || GitHub.members_by_team("Homebrew", "maintainers").keys users.each do |username|