Added author information.

master
Matthieu Lalonde 3 years ago
parent 5c8fb6e975
commit 1d527052b7

@ -7,6 +7,6 @@
A GTK Controller for Snapcast multiroom audio sound system. A GTK Controller for Snapcast multiroom audio sound system.
</_p> </_p>
</description> </description>
<url type="homepage">https://github.com</url> <url type="homepage">https://git.lalonde.me/matth/Snapcontrol</url>
<updatecontact>user@no.reply.github.com</updatecontact> <updatecontact>matth@noreply.git.lalonde.me</updatecontact>
</component> </component>

@ -33,7 +33,7 @@
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",
"url" : "https://github.com/" "url" : "https://git.lalonde.me/matth/Snapcontrol"
} }
] ]
} }

@ -134,12 +134,12 @@ const Application = GObject.registerClass(class SnapControl extends Gtk.Applicat
aboutdialog.set_copyright("Copyright 2020 The Programmer."); aboutdialog.set_copyright("Copyright 2020 The Programmer.");
aboutdialog.set_logo_icon_name(pkg.name); aboutdialog.set_logo_icon_name(pkg.name);
aboutdialog.set_website("https://github.com"); aboutdialog.set_website("https://git.lalonde.me/matth/Snapcontrol");
aboutdialog.set_website_label(_("Homepage")); aboutdialog.set_website_label(_("Homepage"));
aboutdialog.set_license_type(Gtk.License.GPL_3_0); aboutdialog.set_license_type(Gtk.License.GPL_3_0);
aboutdialog.set_authors([ aboutdialog.set_authors([
"The Programmer <user@no.reply.github.com>" "Matthieu Lalonde <matth@noreply.git.lalonde.me>"
]); ]);
aboutdialog.add_credit_section('', []); aboutdialog.add_credit_section('', []);
aboutdialog.add_credit_section(_("Thanks to"), [ aboutdialog.add_credit_section(_("Thanks to"), [

Loading…
Cancel
Save