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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/aws
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-10-23 12:13:23 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-23 20:25:08 +0300
commit20ad9175d8e58f2285e709b576efdc822b009577 (patch)
tree93b9efad97196b6411efd36a05ce6b3e8411222d /net/aws
parent45168639e9d7e850350202db5064d8be05daf576 (diff)
Make GStreamer plugin/crate/library/directory names and descriptions consistent
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/238
Diffstat (limited to 'net/aws')
-rw-r--r--net/aws/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index 7f349a41..08430cfe 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Arun Raghavan <arun@arunraghavan.net>",
"Mathieu Duponchelle <mathieu@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
-description = "Amazon Web Services plugin"
+description = "GStreamer Amazon Web Services plugin"
edition = "2021"
rust-version = "1.63"