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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-05-14 10:47:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-05-14 10:47:52 +0300
commit3b37c8718294ec887052d4c07d5511a8be596c83 (patch)
tree0a4c1abefb3a5c35261ec072a0bac7a9c068d9a5 /deny.toml
parent04a60b8f46fb936a8cc26cad369423f0ebc2a2d1 (diff)
deny: Update for gtk-rs-core URI
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index b1926a1a..105bddf3 100644
--- a/deny.toml
+++ b/deny.toml
@@ -130,7 +130,7 @@ unknown-registry = "deny"
unknown-git = "deny"
allow-git = [
"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs",
- "https://github.com/gtk-rs/gtk-rs",
+ "https://github.com/gtk-rs/gtk-rs-core",
"https://github.com/fengalin/tokio",
"https://github.com/rust-av/flavors",
]