streaming

Media streaming and broadcast systems in Go
Log | Files | Refs | README | LICENSE

commit d942fffeb51a7268013d03a4bcba38001d111090
parent 585a7c087730c7083c4a5fe80e02575561682dd1
Author: Oliver Lowe <o@olowe.co>
Date:   Fri, 24 May 2024 09:52:38 +1000

Correct mailing list

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -4,13 +4,13 @@ This repository contains packages for developing media streaming systems in Go. ## Contributing -Patches are accepted via [pull requests](https://github.com/untangledco/streaming/pulls). - -Alternatively, patches are accepted via email. +Patches are preferred via email so that we're not too locked in to GitHub. Post them to the mailing list -[~otl/public-inbox@lists.sr.ht](mailto:~otl/public-inbox@lists.sr.ht), +[~otl/untangledco@lists.sr.ht](mailto:~otl/untangledco@lists.sr.ht), or to [Oliver Lowe](mailto:o@olowe.co). +We also accept changes via [pull requests](https://github.com/untangledco/streaming/pulls). + ### Commit messages Commit messages follow the same format used by the [Go] project (among others).