fix url and copyright year #1

This commit is contained in:
Chris Cromer 2019-07-06 15:26:48 -04:00
parent 7b8bab847d
commit bd560cce39
Signed by untrusted user: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 2 additions and 2 deletions

View File

@ -1990,10 +1990,10 @@ namespace Pamac {
"icon_name", "system-software-install",
"logo_icon_name", "system-software-install",
"comments", dgettext (null, "A Gtk3 frontend for libalpm"),
"copyright", "Copyright © 2017 Chris Cromer\nCopyright © 2017 Guillaume Benoit",
"copyright", "Copyright © 2017-2019 Chris Cromer\nCopyright © 2017 Guillaume Benoit",
"version", VERSION,
"license_type", Gtk.License.GPL_3_0,
"website", "http://github.com/cromnix/pamac-classic");
"website", "https://git.cromer.cl/cromer/pamac-classic");
}
[GtkCallback]