Update contact information
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user