From bc5d05f5e8b75aedd660d69be8db381b2e7fdf8a Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 5 Apr 2020 10:43:05 -0400 Subject: [PATCH] Update all documentation to point to the updated repository name Just gst-plugin-rs -> gst-plugins-rs --- audio/claxon/Cargo.toml | 2 +- audio/lewton/Cargo.toml | 2 +- generic/sodium/Cargo.toml | 2 +- net/rusoto/Cargo.toml | 2 +- tutorial/tutorial-1.md | 2 +- video/cdg/Cargo.toml | 2 +- video/gif/Cargo.toml | 2 +- video/rav1e/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 7cbc1fbc..190d3437 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-claxon" version = "0.1.0" authors = ["Ruben Gonzalez "] -repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "Claxon FLAC Decoder Plugin" edition = "2018" diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index 44af2444..5c085911 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-lewton" version = "0.6.0" authors = ["Sebastian Dröge "] -repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "lewton Vorbis Decoder Plugin" edition = "2018" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index a862ef9f..b6ddfa63 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-sodium" version = "0.1.0" authors = ["Jordan Petridis "] -repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "libsodium-based file encryption and decryption" license = "MIT" edition = "2018" diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml index a10c3923..21749a41 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-rusoto" version = "0.6.0" authors = ["Arun Raghavan "] -repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "Amazon S3 Plugin" edition = "2018" diff --git a/tutorial/tutorial-1.md b/tutorial/tutorial-1.md index 5ac4169d..924da653 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 "] -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" diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 4ce1a51b..78c89d8d 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-cdg" version = "0.6.0" authors = ["Guillaume Desmottes "] -repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "CDG Plugin" edition = "2018" diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index 12929b6e..a4466d7f 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-gif" version = "0.1.0" authors = ["Markus Ebner "] -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" diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index 806128f9..f15a59e5 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-rav1e" version = "0.6.0" authors = ["Sebastian Dröge "] -repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT/Apache-2.0" description = "rav1e AV1 Encoder Plugin" edition = "2018"