Update URLs

This commit is contained in:
Sean Davis 2019-06-02 05:17:04 -04:00
parent 4c588b86da
commit c1f633ff7e
4 changed files with 8 additions and 8 deletions

View File

@ -30,10 +30,10 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://launchpad.net/mugshot/</url> <url type="homepage">https://github.com/bluesabre/mugshot</url>
<url type="bugtracker">https://bugs.launchpad.net/mugshot/</url> <url type="bugtracker">https://github.com/bluesabre/mugshot/issues</url>
<url type="help">https://wiki.bluesabre.org/doku.php?id=mugshot-docs</url> <url type="help">https://github.com/bluesabre/mugshot/wiki</url>
<url type="translate">https://translations.launchpad.net/mugshot</url> <url type="translate">https://www.transifex.com/bluesabreorg/mugshot</url>
<update_contact>bluesabre@ubuntu.com</update_contact> <update_contact>bluesabre@ubuntu.com</update_contact>

View File

@ -24,9 +24,9 @@ Show debug messages (\fB\-vv\fR debugs mugshot_lib also)
The full documentation for The full documentation for
.B mugshot .B mugshot
is maintained online at is maintained online at
.URL "https://wiki.bluesabre.org/doku.php?id=mugshot-docs" "the authors documentation portal" "." .URL "https://github.com/bluesabre/mugshot/wiki" "the authors documentation portal" "."
.SH BUGS .SH BUGS
Please report bugs at Please report bugs at
.URL "https://bugs.launchpad.net/mugshot" "the Mugshot Bugs page" "." .URL "https://github.com/bluesabre/mugshot/issues" "the Mugshot Bugs page" "."
.SH AUTHOR .SH AUTHOR
Sean Davis (smd.seandavis@gmail.com) Sean Davis (smd.seandavis@gmail.com)

View File

@ -73,7 +73,7 @@ class Window(Gtk.Window):
def on_help_activate(self, widget, data=None): def on_help_activate(self, widget, data=None):
"""Show the Help documentation when Help is clicked.""" """Show the Help documentation when Help is clicked."""
show_uri(self, "https://wiki.bluesabre.org/doku.php?id=mugshot-docs") show_uri(self, "https://github.com/bluesabre/mugshot/wiki")
def on_menu_camera_activate(self, widget, data=None): def on_menu_camera_activate(self, widget, data=None):
"""Display the camera window for mugshot.""" """Display the camera window for mugshot."""

View File

@ -196,7 +196,7 @@ DistUtilsExtra.auto.setup(
long_description='A lightweight user configuration utility. It allows you ' long_description='A lightweight user configuration utility. It allows you '
'to easily set profile image and user details for your ' 'to easily set profile image and user details for your '
'user profile and any supported applications.', 'user profile and any supported applications.',
url='https://launchpad.net/mugshot', url='https://github.com/bluesabre/mugshot',
data_files=[('share/man/man1', ['mugshot.1']), data_files=[('share/man/man1', ['mugshot.1']),
('share/metainfo/', ['data/metainfo/mugshot.appdata.xml'])], ('share/metainfo/', ['data/metainfo/mugshot.appdata.xml'])],
cmdclass={'install': InstallAndUpdateDataDirectory} cmdclass={'install': InstallAndUpdateDataDirectory}