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:
authorSebastian Dröge <sebastian@centricular.com>2021-05-13 09:50:08 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-05-13 09:50:08 +0300
commit04a60b8f46fb936a8cc26cad369423f0ebc2a2d1 (patch)
tree3df2797028883dd47bbbbbf3f3302bd95d00e833 /text/regex
parent97b6a9099fc36285ff7698043e7869270ee493ac (diff)
Update repository URL for gtk-rs "core" crates
Diffstat (limited to 'text/regex')
-rw-r--r--text/regex/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index e7a7750b6..563c7d957 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -8,7 +8,7 @@ description = "Rust Regular Expression Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
[dependencies]
-glib = { git = "https://github.com/gtk-rs/gtk-rs" }
+glib = { git = "https://github.com/gtk-rs/gtk-rs-core" }
once_cell = "1.0"
regex = "1"