From 83a23e965b1179a4c9a7102244cabd40d6d653cc Mon Sep 17 00:00:00 2001 From: dasha_uwu Date: Mon, 16 Feb 2026 18:50:51 +0500 Subject: [PATCH] Update contact information --- CONTRIBUTING.md | 6 +++--- docs/appservices.md | 2 +- docs/development/hot_reload.md | 2 +- src/core/config/mod.rs | 4 ++-- tuwunel-example.toml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b304c1f..89089678 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ This page is for about contributing to Tuwunel. The [development](./development.md) page may be of interest for you as well. If you would like to work on an [issue][issues] that is not assigned, preferably -ask in the Matrix room first at [#tuwunel:tuwunel.chat][tuwunel-chat], +ask in the Matrix room first at [#tuwunel:grin.hu][tuwunel-chat], and comment on it. ### Linting and Formatting @@ -89,7 +89,7 @@ If you open a pull request on one of the mirrors, it is your responsibility to inform me about its existence. In the future I may try to solve this with more repo bots in the Tuwunel Matrix room. There is no mailing list or email-patch support on the sr.ht mirror, but if you'd like to email me a git patch you can -do so at `maintainer@tuwunel.chat`. +do so at `jasonzemos@gmail.com`. Direct all PRs/MRs to the `main` branch. @@ -113,7 +113,7 @@ maintainers. Stale branches will be deleted to reduce the effort for this policy. [issues]: https://github.com/matrix-construct/tuwunel/issues -[tuwunel-chat]: https://matrix.to/#/#tuwunel:tuwunel.chat +[tuwunel-chat]: https://matrix.to/#/#tuwunel:grin.hu [complement]: https://github.com/matrix-org/complement/ [sytest]: https://github.com/matrix-org/sytest/ [cargo-deb]: https://github.com/kornelski/cargo-deb diff --git a/docs/appservices.md b/docs/appservices.md index 52097cf4..35b8c5fa 100644 --- a/docs/appservices.md +++ b/docs/appservices.md @@ -3,7 +3,7 @@ ## Getting help If you run into any problems while setting up an Appservice: ask us in -[#tuwunel:tuwunel.chat](https://matrix.to/#/#tuwunel:tuwunel.chat) or +[#tuwunel:grin.hu](https://matrix.to/#/#tuwunel:grin.hu) or [open an issue on GitHub](https://github.com/matrix-construct/tuwunel/issues/new). ## Set up the appservice - general instructions diff --git a/docs/development/hot_reload.md b/docs/development/hot_reload.md index ad16c4a3..03739c34 100644 --- a/docs/development/hot_reload.md +++ b/docs/development/hot_reload.md @@ -196,5 +196,5 @@ The initial implementation PR is available [here][1]. [4]: https://github.com/rust-lang/rust/issues/28794#issuecomment-368693049 [5]: https://github.com/rust-lang/cargo/issues/12746 [6]: https://crates.io/crates/hot-lib-reloader/ -[7]: https://matrix.to/#/#tuwunel:tuwunel.chat +[7]: https://matrix.to/#/#tuwunel:grin.hu [8]: https://crates.io/crates/libloading diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index b0d16b1e..1345bd45 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -1061,8 +1061,8 @@ pub struct Config { /// registered users join. The rooms specified must be rooms that you have /// joined at least once on the server, and must be public. /// - /// example: ["#tuwunel:tuwunel.chat", - /// "!eoIzvAvVwY23LPDay8:tuwunel.chat"] + /// example: ["#tuwunel:grin.hu", + /// "!l2xV0sd51lraysuRcsWVECge4NULaH3g-ou95vgDgiM"] /// /// default: [] #[serde(default = "Vec::new")] diff --git a/tuwunel-example.toml b/tuwunel-example.toml index ac5a4011..9749f4eb 100644 --- a/tuwunel-example.toml +++ b/tuwunel-example.toml @@ -874,8 +874,8 @@ # registered users join. The rooms specified must be rooms that you have # joined at least once on the server, and must be public. # -# example: ["#tuwunel:tuwunel.chat", -# "!eoIzvAvVwY23LPDay8:tuwunel.chat"] +# example: ["#tuwunel:grin.hu", +# "!l2xV0sd51lraysuRcsWVECge4NULaH3g-ou95vgDgiM"] # #auto_join_rooms = []