From 885526bf11f142507b9e1dceaffd381c2e98876a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 9 May 2019 12:44:45 -0400 Subject: gst: Fix URI in plugin --- gst/gstnice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"); -- cgit v1.2.1