aboutsummaryrefslogtreecommitdiffstats
path: root/mvc/widgets/gtk/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'mvc/widgets/gtk/window.py')
-rw-r--r--mvc/widgets/gtk/window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mvc/widgets/gtk/window.py b/mvc/widgets/gtk/window.py
index 1f1cf04..3859a1a 100644
--- a/mvc/widgets/gtk/window.py
+++ b/mvc/widgets/gtk/window.py
@@ -675,7 +675,7 @@ class AboutDialog(Dialog):
def on_contrib_link_event(self, texttag, widget, event, iter_):
if event.type == gtk.gdk.BUTTON_PRESS:
- resources.open_url('https://notabug.org/Heckyel/LibreVideoConverter')
+ resources.open_url('https://notabug.org/heckyel/librevideoconverter')
type_map = {
0: gtk.MESSAGE_WARNING,