Update translation link

This commit is contained in:
Bilal Elmoussaoui 2019-05-20 18:19:05 +02:00
parent af5649abee
commit 1ec8a0fa66
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ The application is built using Python3, Gtk 3, GLib and other GNOME technologies
## If you're a translator
You can translate Authenticator here: https://hosted.weblate.org/engage/authenticator/
You can translate Authenticator here: https://l10n.gnome.org/module/authenticator/
## If you're a developer

View file

@ -28,7 +28,7 @@
</screenshots>
<url type="homepage">https://gitlab.gnome.org/World/Authenticator</url>
<url type="bugtracker">https://gitlab.gnome.org/World/Authenticator/issues</url>
<url type="translate">https://hosted.weblate.org/projects/authenticator/translation/</url>
<url type="translate">https://l10n.gnome.org/module/authenticator/</url>
<url type="donation">https://liberapay.com/bielmoussaoui</url>
<content_rating type="oars-1.0" />
<releases>

View file

@ -196,8 +196,8 @@ class Application(Gtk.Application):
self.set_property("is-locked", True)
def __on_donate(self, *_):
paypal_url = "https://www.paypal.me/BilalELMoussaoui"
Gio.app_info_launch_default_for_uri(paypal_url)
librepay_url = "https://liberapay.com/bielmoussaoui"
Gio.app_info_launch_default_for_uri(librepay_url)
@staticmethod
def __on_about(*_):