diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-29 16:03:24 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-29 16:03:24 +0200 |
commit | bdc82d512f2fd8b8e5cf703f4ea90b905d5587ef (patch) | |
tree | 00828a677a5a2a866018db1faed7a767e0561004 /src | |
parent | 0ffe5da96375abc3a56116239c0c25a96a81f9c2 (diff) | |
parent | cc43021f8cf571043b172a17bf369132c08c1552 (diff) |
Update upstream source from tag 'upstream/3.30.1.1'
Update to upstream version '3.30.1.1'
with Debian dir 351ad2beae847c740a1550641aaf90ac574cc7eb
Diffstat (limited to 'src')
-rw-r--r-- | src/app-window.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-window.vala b/src/app-window.vala index 153b975..67c882c 100644 --- a/src/app-window.vala +++ b/src/app-window.vala @@ -1295,7 +1295,7 @@ public class AppWindow : Gtk.ApplicationWindow "logo-icon-name", "scanner", "authors", authors, "translator-credits", _("translator-credits"), - "website", "https://launchpad.net/simple-scan", + "website", "https://gitlab.gnome.org/GNOME/simple-scan", "copyright", "Copyright © 2009-2018 Canonical Ltd.", "license", license, "wrap-license", true, |