summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-05-09 12:44:45 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-05-09 12:44:45 -0400
commit885526bf11f142507b9e1dceaffd381c2e98876a (patch)
treed8f2a41bc5721fca16323e5a117791d7c7deb145
parent6171f2507992792fcee739f751fe469322e5a621 (diff)
downloadlibnice-885526bf11f142507b9e1dceaffd381c2e98876a.tar.gz
gst: Fix URI in plugin
-rw-r--r--gst/gstnice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstnice.c b/gst/gstnice.c
index 078b6b8..6fdb0e9 100644
--- a/gst/gstnice.c
+++ b/gst/gstnice.c
@@ -67,5 +67,5 @@ GST_PLUGIN_DEFINE (
PLUGIN_NAME,
"Interactive UDP connectivity establishment",
plugin_init, VERSION, "LGPL", PACKAGE_NAME,
- "http://telepathy.freedesktop.org/wiki/");
+ "https://nice.freedesktop.org/");