From bc29b0d59f347d0fd0820c166bf5db5d5e0e6bee Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 11 Sep 2022 15:32:30 +0200 Subject: [PATCH] Remove maintenance notice Signed-off-by: Matthias Beyer --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 9ccc8e4d..261e33c1 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,6 @@ include: The goal is to offer a similar set of functionality as [pexpect](https://pexpect.readthedocs.io/en/stable/overview.html). -## Maintainers wanted - -I have created rexpect as a project to learn rust and linux. But now due to some -reasons I haven't used Rust in the past 2 years, so I can't keep up with the -latest features/crate dependencies - -It has become hard now to judge pull requests. If you would be willing to either -take over this repo entirely or join in as a maintainer to help evaluate PR -please contact me. - ## Examples [For more examples, check the examples directory.](https://github.com/philippkeller/rexpect/tree/master/examples)