From 9931ac551e5d36cab69a70a215b012fbe2b48118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 2 Apr 2019 15:45:54 +0200 Subject: [PATCH] Update metadata in Cargo.toml from gstreamer-gl Update repository and documentation keys since the migration to freedesktop's gitlab. --- gstreamer-gl/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index 0f1864575..9ce63a6d5 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -5,11 +5,11 @@ authors = ["Sebastian Dröge ", "Víctor M. Jáquez L. "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer GL library" -repository = "https://github.com/sdroege/gstreamer-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_gl" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_gl" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs"