Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2020-04-05 17:43:05 +0300
committerArun Raghavan <arun@arunraghavan.net>2020-04-05 22:10:47 +0300
commitbc5d05f5e8b75aedd660d69be8db381b2e7fdf8a (patch)
tree9fd37bcdd8e3d89ea3afe80a0aaf12ab713b32f1 /tutorial
parent9c0416b56dc4adb4568abae5105412922209ede5 (diff)
Update all documentation to point to the updated repository name
Just gst-plugin-rs -> gst-plugins-rs
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/tutorial-1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial-1.md b/tutorial/tutorial-1.md
index 5ac4169d3..924da6532 100644
--- a/tutorial/tutorial-1.md
+++ b/tutorial/tutorial-1.md
@@ -35,7 +35,7 @@ The empty `Cargo.toml` has to be updated to list all the dependencies that we ne
name = "gst-plugin-tutorial"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
-repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs"
+repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
edition = "2018"
description = "Rust Tutorial Plugin"