1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 04:48:00 +01:00

Replace old broken wicd.net URL by the Launchpad homepage

This is now consistent with the GTK wicd-client website URL.
This commit is contained in:
Tom Van Braeckel
2014-12-21 20:57:09 +01:00
parent b7d5e89299
commit a2484bd98f

View File

@@ -570,7 +570,7 @@ class TrayIcon(object):
dialog.set_name('Wicd Tray Icon')
dialog.set_version('2.0')
dialog.set_comments('An icon that shows your network connectivity')
dialog.set_website('http://wicd.net')
dialog.set_website('http://launchpad.net/wicd')
dialog.run()
dialog.destroy()