diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-29 16:05:30 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-29 16:05:30 +0200 | 
| commit | fd4a8ab5143f00c4708b36d04af1bb168d03d445 (patch) | |
| tree | 43477bf7be70166bcd3130a50f8f6eb0eef201bf /src | |
| parent | 0ffe5da96375abc3a56116239c0c25a96a81f9c2 (diff) | |
| parent | dbf43df0d999dec241cc86ebf2aaf943c3434eff (diff) | |
Merge branch 'feature/upstream' into develop
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, | 
