aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/manpages
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-20 11:50:02 +0200
committerMarkus Reiter2016-09-20 12:12:36 +0200
commit4a9ee8154a13a0bc7b9fa3aea47108b12072ab07 (patch)
treefe04afdc4a6f619e716c80c91b3475160f553435 /Library/Homebrew/manpages
parent598b303e3a8991693314ac5f460502d1c8de1f8a (diff)
downloadbrew-4a9ee8154a13a0bc7b9fa3aea47108b12072ab07.tar.bz2
Simplify `brew man` authors.
Diffstat (limited to 'Library/Homebrew/manpages')
-rw-r--r--Library/Homebrew/manpages/brew.1.md.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb
index e44dc2658..bc2140b40 100644
--- a/Library/Homebrew/manpages/brew.1.md.erb
+++ b/Library/Homebrew/manpages/brew.1.md.erb
@@ -255,11 +255,11 @@ Homebrew Documentation: <https://github.com/Homebrew/brew/blob/master/docs/>
## AUTHORS
-Homebrew's lead maintainer is <%= lead_maintainer %>.
+<%= lead_maintainer.concat("\n") %>
-Homebrew's current maintainers are <%= maintainers[0...-1].join(", ") %> and <%= maintainers[-1] %>.
+<%= maintainers.concat("\n") %>
-Former maintainers with significant contributions include <%= former_maintainers.join(", ") %> and Homebrew's creator: <%= creator %>.
+<%= former_maintainers.concat("\n") %>
## BUGS