Fix minor issues in doc/maintainers.md (#7292)

Use *unmaintained* instead of Ruby core team in 2 places, for
consistency with the rest of the document.

Use h3 instead of h4 tags if nested directly under h2.
This commit is contained in:
Jeremy Evans 2023-02-10 16:37:07 -08:00 committed by GitHub
parent c06565390e
commit 27fe4a1bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-02-11 00:37:27 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View File

@ -356,12 +356,12 @@ have commit right, others don't.
* https://rubygems.org/gems/date * https://rubygems.org/gems/date
#### ext/etc #### ext/etc
* Ruby core team * *unmaintained*
* https://github.com/ruby/etc * https://github.com/ruby/etc
* https://rubygems.org/gems/etc * https://rubygems.org/gems/etc
#### ext/fcntl #### ext/fcntl
* Ruby core team * *unmaintained*
* https://github.com/ruby/fcntl * https://github.com/ruby/fcntl
* https://rubygems.org/gems/fcntl * https://rubygems.org/gems/fcntl
@ -449,78 +449,78 @@ have commit right, others don't.
* https://rubygems.org/gems/zlib * https://rubygems.org/gems/zlib
## Bundled gems upstream repositories ## Bundled gems upstream repositories
#### minitest ### minitest
* https://github.com/seattlerb/minitest * https://github.com/seattlerb/minitest
#### power_assert ### power_assert
* https://github.com/ruby/power_assert * https://github.com/ruby/power_assert
#### rake ### rake
* https://github.com/ruby/rake * https://github.com/ruby/rake
#### test-unit ### test-unit
* https://github.com/test-unit/test-unit * https://github.com/test-unit/test-unit
#### rexml ### rexml
* https://github.com/ruby/rexml * https://github.com/ruby/rexml
#### rss ### rss
* https://github.com/ruby/rss * https://github.com/ruby/rss
#### net-ftp ### net-ftp
* https://github.com/ruby/net-ftp * https://github.com/ruby/net-ftp
#### net-imap ### net-imap
* https://github.com/ruby/net-imap * https://github.com/ruby/net-imap
#### net-pop ### net-pop
* https://github.com/ruby/net-pop * https://github.com/ruby/net-pop
#### net-smtp ### net-smtp
* https://github.com/ruby/net-smtp * https://github.com/ruby/net-smtp
#### matrix ### matrix
* https://github.com/ruby/matrix * https://github.com/ruby/matrix
#### prime ### prime
* https://github.com/ruby/prime * https://github.com/ruby/prime
#### rbs ### rbs
* https://github.com/ruby/rbs * https://github.com/ruby/rbs
#### typeprof ### typeprof
* https://github.com/ruby/typeprof * https://github.com/ruby/typeprof
#### debug #### debug
* https://github.com/ruby/debug * https://github.com/ruby/debug
## Platform Maintainers ## Platform Maintainers
#### mswin64 (Microsoft Windows) ### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa) * NAKAMURA Usaku (usa)
#### mingw32 (Minimalist GNU for Windows) ### mingw32 (Minimalist GNU for Windows)
* Nobuyoshi Nakada (nobu) * Nobuyoshi Nakada (nobu)
#### AIX ### AIX
* Yutaka Kanemoto (kanemoto) * Yutaka Kanemoto (kanemoto)
#### FreeBSD ### FreeBSD
* Akinori MUSHA (knu) * Akinori MUSHA (knu)
#### Solaris ### Solaris
* Naohisa Goto (ngoto) * Naohisa Goto (ngoto)
#### RHEL, CentOS ### RHEL, CentOS
* KOSAKI Motohiro (kosaki) * KOSAKI Motohiro (kosaki)
#### macOS ### macOS
* Kenta Murata (mrkn) * Kenta Murata (mrkn)
#### OpenBSD ### OpenBSD
* Jeremy Evans (jeremyevans0) * Jeremy Evans (jeremyevans0)
#### cygwin, ... ### cygwin, ...
* none. (Maintainer WANTED) * none. (Maintainer WANTED)
#### WebAssembly/WASI ### WebAssembly/WASI
* Yuta Saito (katei) * Yuta Saito (katei)