aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-03-30 13:00:46 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-03-30 13:00:46 +0200
commit6655b9064350b653a4853f6ae9e219ff52e6175f (patch)
tree55b2e6e3c0419ed8fcce01b1ae697d46899518e9
parentUse ArrayVec to store transports in PeerState (diff)
downloadwireguard-rs-6655b9064350b653a4853f6ae9e219ff52e6175f.tar.xz
wireguard-rs-6655b9064350b653a4853f6ae9e219ff52e6175f.zip
Guanhao Yin has mostly taken over development these days
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2d4cefc..dd58645 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,4 @@ Target of this project is to have a user space Rust implementation of WireGuard.
This implementation is currently _work in progress_ and is notable to work in the intended behavior.
## Development workflow
-Actually the main repository is located at [git.zx2c4.com/wireguard-rs](https://git.zx2c4.com/wireguard-rs) whereas the
-main repository maintainer is [Sascha Grunert](https://github.com/saschagrunert). This also means that the usage of the
-GitHub issue and pull request mechanisms **are possible to use** whereas the contribution results are mirrored back to
-the original repository.
-
+The main repository is located at [git.zx2c4.com/wireguard-rs](https://git.zx2c4.com/wireguard-rs), and any Github mirrors are simply mirrors. However, Github pull requests are accepted. This repository is primarily maintained by Guanhao Yin, with some initial bootstrapping from Sascha Grunert.