Skip to content

Commit d083453

Browse files
committed
Link to Zulip
1 parent 9b6d845 commit d083453

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,8 @@ Dec 18 11:33:06.907 INFO str0m: MediaData(MediaData { mid: Mid(0), pt: Pt(104),
457457

458458
---
459459

460+
[str0m's chat][zulip] runs on Zulip and is sponsored by Zulip for open source projects.
461+
462+
<a href="https://zulip.com/"><image width="70px" src="https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zulip-icon-circle.svg" alt="Zulip logo"></image></a>
463+
460464
License: MIT/Apache-2.0

README.tpl

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# {{crate}}
2+
3+
{{readme}}
4+
5+
---
6+
7+
[str0m's chat][zulip] runs on Zulip and is sponsored by Zulip for open source projects.
8+
9+
<a href="https://zulip.com/"><image width="70px" src="https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zulip-icon-circle.svg" alt="Zulip logo"></image></a>
10+
11+
License: {{license}}

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,6 @@
465465
//! [x-post]: https://github.com/algesten/str0m/blob/main/examples/http-post.rs
466466
//! [x-chat]: https://github.com/algesten/str0m/blob/main/examples/chat.rs
467467
//! [intg]: https://github.com/algesten/str0m/blob/main/tests/unidirectional.rs#L12
468-
//!
469-
//! ---
470468
471469
#![allow(clippy::new_without_default)]
472470
#![allow(clippy::bool_to_int_with_if)]

0 commit comments

Comments
 (0)