Change the website to point to the wiki page

Thanks a lot to @svito for creating the page!
This commit is contained in:
Jordan Petridis 2018-08-21 20:11:38 +03:00
parent d2c6c6cc4d
commit 70e79e50d6
No known key found for this signature in database
GPG Key ID: E8523968931763BE
2 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,7 @@
<releases> <releases>
<release version="0.4.4" date="2018-07-31"/> <release version="0.4.4" date="2018-07-31"/>
</releases> </releases>
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url> <url type="homepage">https://wiki.gnome.org/Apps/Podcasts</url>
<update_contact>jpetridis@gnome.org</update_contact> <update_contact>jpetridis@gnome.org</update_contact>
<developer_name>Jordan Petridis</developer_name> <developer_name>Jordan Petridis</developer_name>
</component> </component>

View File

@ -31,9 +31,8 @@ pub(crate) fn about_dialog(window: &gtk::ApplicationWindow) {
// and the version number is kept in sync automatically // and the version number is kept in sync automatically
dialog.set_version("0.4.4"); dialog.set_version("0.4.4");
dialog.set_program_name(&i18n("Podcasts")); dialog.set_program_name(&i18n("Podcasts"));
// TODO: Need a wiki page first. dialog.set_website("https://wiki.gnome.org/Apps/Podcasts");
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts"); dialog.set_website_label("Learn more about GNOME Podcasts");
// dialog.set_website_label("Learn more about GNOME Podcasts");
dialog.set_transient_for(window); dialog.set_transient_for(window);
dialog.set_artists(&["Tobias Bernard", "Sam Hewitt"]); dialog.set_artists(&["Tobias Bernard", "Sam Hewitt"]);