mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Add the SFC PLC to the README and manpage.
Let's document these so people know who the leadership team behind the project is.
This commit is contained in:
parent
efd743a50d
commit
ee5a073b05
@ -68,6 +68,8 @@ module Homebrew
|
||||
readme = HOMEBREW_REPOSITORY/"README.md"
|
||||
variables[:lead_maintainer] = readme.read[/(Homebrew's lead maintainer .*\.)/, 1]
|
||||
.gsub(/\[([^\]]+)\]\([^)]+\)/, '\1')
|
||||
variables[:leadership] = readme.read[/(Homebrew's project leadership committee .*\.)/, 1]
|
||||
.gsub(/\[([^\]]+)\]\([^)]+\)/, '\1')
|
||||
variables[:core_maintainer] = readme.read[%r{(Homebrew/homebrew-core's lead maintainer .*\.)}, 1]
|
||||
.gsub(/\[([^\]]+)\]\([^)]+\)/, '\1')
|
||||
variables[:brew_maintainers] = readme.read[%r{(Homebrew/brew's other current maintainers .*\.)}, 1]
|
||||
|
@ -305,6 +305,8 @@ Homebrew Documentation: <https://docs.brew.sh>
|
||||
|
||||
<%= lead_maintainer.concat("\n") %>
|
||||
|
||||
<%= leadership.concat("\n") %>
|
||||
|
||||
<%= core_maintainer.concat("\n") %>
|
||||
|
||||
<%= brew_maintainers.concat("\n") %>
|
||||
|
@ -38,6 +38,8 @@ Please report security issues to our [HackerOne](https://hackerone.com/homebrew/
|
||||
## Who Are You?
|
||||
Homebrew's lead maintainer is [Mike McQuaid](https://github.com/mikemcquaid).
|
||||
|
||||
Homebrew's project leadership committee is [Mike McQuaid](https://github.com/mikemcquaid), [ilovezfs](https://github.com/ilovezfs), [JCount](https://github.com/jcount), [Misty De Meo](https://github.com/mistydemeo) and [Markus Reiter](https://github.com/reitermarkus).
|
||||
|
||||
Homebrew/homebrew-core's lead maintainer is [ilovezfs](https://github.com/ilovezfs).
|
||||
|
||||
Homebrew/brew's other current maintainers are [ilovezfs](https://github.com/ilovezfs), [JCount](https://github.com/jcount), [Misty De Meo](https://github.com/mistydemeo), [Gautham Goli](https://github.com/GauthamGoli), [Markus Reiter](https://github.com/reitermarkus) and [William Woodruff](https://github.com/woodruffw).
|
||||
|
@ -1305,6 +1305,8 @@ Homebrew Documentation: <https://docs.brew.sh>
|
||||
|
||||
Homebrew's lead maintainer is Mike McQuaid.
|
||||
|
||||
Homebrew's project leadership committee is Mike McQuaid, ilovezfs, JCount, Misty De Meo and Markus Reiter.
|
||||
|
||||
Homebrew/homebrew-core's lead maintainer is ilovezfs.
|
||||
|
||||
Homebrew/brew's other current maintainers are ilovezfs, JCount, Misty De Meo, Gautham Goli, Markus Reiter and William Woodruff.
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW\-CASK" "1" "July 2018" "Homebrew" "brew-cask"
|
||||
.TH "BREW\-CASK" "1" "August 2018" "Homebrew" "brew-cask"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW" "1" "July 2018" "Homebrew" "brew"
|
||||
.TH "BREW" "1" "August 2018" "Homebrew" "brew"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\fR \- The missing package manager for macOS
|
||||
@ -1269,6 +1269,9 @@ Homebrew Documentation: \fIhttps://docs\.brew\.sh\fR
|
||||
Homebrew\'s lead maintainer is Mike McQuaid\.
|
||||
.
|
||||
.P
|
||||
Homebrew\'s project leadership committee is Mike McQuaid, ilovezfs, JCount, Misty De Meo and Markus Reiter\.
|
||||
.
|
||||
.P
|
||||
Homebrew/homebrew\-core\'s lead maintainer is ilovezfs\.
|
||||
.
|
||||
.P
|
||||
|
Loading…
x
Reference in New Issue
Block a user