Update contact information

This commit is contained in:
dasha_uwu
2026-02-16 18:50:51 +05:00
parent b0bdf2d8d9
commit 83a23e965b
5 changed files with 9 additions and 9 deletions

View File

@@ -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. [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 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. and comment on it.
### Linting and Formatting ### 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 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 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 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. 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. policy.
[issues]: https://github.com/matrix-construct/tuwunel/issues [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/ [complement]: https://github.com/matrix-org/complement/
[sytest]: https://github.com/matrix-org/sytest/ [sytest]: https://github.com/matrix-org/sytest/
[cargo-deb]: https://github.com/kornelski/cargo-deb [cargo-deb]: https://github.com/kornelski/cargo-deb

View File

@@ -3,7 +3,7 @@
## Getting help ## Getting help
If you run into any problems while setting up an Appservice: ask us in 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). [open an issue on GitHub](https://github.com/matrix-construct/tuwunel/issues/new).
## Set up the appservice - general instructions ## Set up the appservice - general instructions

View File

@@ -196,5 +196,5 @@ The initial implementation PR is available [here][1].
[4]: https://github.com/rust-lang/rust/issues/28794#issuecomment-368693049 [4]: https://github.com/rust-lang/rust/issues/28794#issuecomment-368693049
[5]: https://github.com/rust-lang/cargo/issues/12746 [5]: https://github.com/rust-lang/cargo/issues/12746
[6]: https://crates.io/crates/hot-lib-reloader/ [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 [8]: https://crates.io/crates/libloading

View File

@@ -1061,8 +1061,8 @@ pub struct Config {
/// registered users join. The rooms specified must be rooms that you have /// registered users join. The rooms specified must be rooms that you have
/// joined at least once on the server, and must be public. /// joined at least once on the server, and must be public.
/// ///
/// example: ["#tuwunel:tuwunel.chat", /// example: ["#tuwunel:grin.hu",
/// "!eoIzvAvVwY23LPDay8:tuwunel.chat"] /// "!l2xV0sd51lraysuRcsWVECge4NULaH3g-ou95vgDgiM"]
/// ///
/// default: [] /// default: []
#[serde(default = "Vec::new")] #[serde(default = "Vec::new")]

View File

@@ -874,8 +874,8 @@
# registered users join. The rooms specified must be rooms that you have # registered users join. The rooms specified must be rooms that you have
# joined at least once on the server, and must be public. # joined at least once on the server, and must be public.
# #
# example: ["#tuwunel:tuwunel.chat", # example: ["#tuwunel:grin.hu",
# "!eoIzvAvVwY23LPDay8:tuwunel.chat"] # "!l2xV0sd51lraysuRcsWVECge4NULaH3g-ou95vgDgiM"]
# #
#auto_join_rooms = [] #auto_join_rooms = []