summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2023-02-10 16:37:07 -0800
committerGitHub <noreply@github.com>2023-02-10 16:37:07 -0800
commit27fe4a1bc5a1205268d5354474c79556119e0c65 (patch)
treea43ea071fd160734ed31778ad4ad6dc9d25a1a78 /doc
parentc06565390e00f427fdd99dc2f86b53675d2e5b70 (diff)
downloadruby-27fe4a1bc5a1205268d5354474c79556119e0c65.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.md52
1 files changed, 26 insertions, 26 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md
index 0bebd60893..e01a0b73e2 100644
--- a/doc/maintainers.md
+++ b/doc/maintainers.md
@@ -356,12 +356,12 @@ have commit right, others don't.
* https://rubygems.org/gems/date
#### ext/etc
-* Ruby core team
+* *unmaintained*
* https://github.com/ruby/etc
* https://rubygems.org/gems/etc
#### ext/fcntl
-* Ruby core team
+* *unmaintained*
* https://github.com/ruby/fcntl
* https://rubygems.org/gems/fcntl
@@ -449,78 +449,78 @@ have commit right, others don't.
* https://rubygems.org/gems/zlib
## Bundled gems upstream repositories
-#### minitest
+### minitest
* https://github.com/seattlerb/minitest
-#### power_assert
+### power_assert
* https://github.com/ruby/power_assert
-#### rake
+### rake
* https://github.com/ruby/rake
-#### test-unit
+### test-unit
* https://github.com/test-unit/test-unit
-#### rexml
+### rexml
* https://github.com/ruby/rexml
-#### rss
+### rss
* https://github.com/ruby/rss
-#### net-ftp
+### net-ftp
* https://github.com/ruby/net-ftp
-#### net-imap
+### net-imap
* https://github.com/ruby/net-imap
-#### net-pop
+### net-pop
* https://github.com/ruby/net-pop
-#### net-smtp
+### net-smtp
* https://github.com/ruby/net-smtp
-#### matrix
+### matrix
* https://github.com/ruby/matrix
-#### prime
+### prime
* https://github.com/ruby/prime
-#### rbs
+### rbs
* https://github.com/ruby/rbs
-#### typeprof
+### typeprof
* https://github.com/ruby/typeprof
#### debug
* https://github.com/ruby/debug
## Platform Maintainers
-#### mswin64 (Microsoft Windows)
+### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)
-#### mingw32 (Minimalist GNU for Windows)
+### mingw32 (Minimalist GNU for Windows)
* Nobuyoshi Nakada (nobu)
-#### AIX
+### AIX
* Yutaka Kanemoto (kanemoto)
-#### FreeBSD
+### FreeBSD
* Akinori MUSHA (knu)
-#### Solaris
+### Solaris
* Naohisa Goto (ngoto)
-#### RHEL, CentOS
+### RHEL, CentOS
* KOSAKI Motohiro (kosaki)
-#### macOS
+### macOS
* Kenta Murata (mrkn)
-#### OpenBSD
+### OpenBSD
* Jeremy Evans (jeremyevans0)
-#### cygwin, ...
+### cygwin, ...
* none. (Maintainer WANTED)
-#### WebAssembly/WASI
+### WebAssembly/WASI
* Yuta Saito (katei)