about summary refs log tree commit diff
path: root/src/tools/miri
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-01-12 16:38:31 +0100
committerRalf Jung <post@ralfj.de>2025-01-12 16:38:31 +0100
commit30708e1eab36a58ae36c125da33118c40a43de1a (patch)
treee2c10691fd6a151a8415bd89d630d31e76d566d0 /src/tools/miri
parentfcb64d3af06e2febea93a4701b49c7e5ab7d45d6 (diff)
downloadrust-30708e1eab36a58ae36c125da33118c40a43de1a.tar.gz
rust-30708e1eab36a58ae36c125da33118c40a43de1a.zip
record YohDeadfall as FreeBSD maintainer
Diffstat (limited to 'src/tools/miri')
-rw-r--r--src/tools/miri/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/README.md b/src/tools/miri/README.md
index 9042c5da577..26528c1340e 100644
--- a/src/tools/miri/README.md
+++ b/src/tools/miri/README.md
@@ -218,7 +218,7 @@ degree documented below):
   make no promises and we don't run tests for such targets.
 - We have unofficial support (not maintained by the Miri team itself) for some further operating systems.
   - `solaris` / `illumos`: maintained by @devnexen. Supports `std::{env, thread, sync}`, but not `std::fs`.
-  - `freebsd`: **maintainer wanted**. Supports `std::env` and parts of `std::{thread, fs}`, but not `std::sync`.
+  - `freebsd`: maintained by @YohDeadfall. Supports `std::env` and parts of `std::{thread, fs}`, but not `std::sync`.
   - `android`: **maintainer wanted**. Support very incomplete, but a basic "hello world" works.
   - `wasi`: **maintainer wanted**. Support very incomplete, not even standard output works, but an empty `main` function works.
 - For targets on other operating systems, Miri might fail before even reaching the `main` function.