From 9cfdb35224b510a2e256e042edc5ed98b26ed0d4 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 6 Oct 2018 11:09:07 +0300 Subject: [PATCH] AboutDialog: Update contributors list --- podcasts-gtk/src/widgets/aboutdialog.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/podcasts-gtk/src/widgets/aboutdialog.rs b/podcasts-gtk/src/widgets/aboutdialog.rs index 9c54bcd..e1ff7fa 100644 --- a/podcasts-gtk/src/widgets/aboutdialog.rs +++ b/podcasts-gtk/src/widgets/aboutdialog.rs @@ -9,14 +9,20 @@ use i18n::i18n; /// Given a `window` create and attach an `gtk::AboutDialog` to it. pub(crate) fn about_dialog(window: >k::ApplicationWindow) { // Feel free to add yourself if you contributed. + // Please keep it sorted alphabetically let authors = &[ + "Alexandre Franke", "Carlos Soriano", "Constantin Nickel", + "Daniel García Moreno", + "Felix Häcker", "Gabriele Musco", "Ivan Augusto", "James Wykeham-Martin", "Jordan Petridis", "Julian Sparber", + "Matthew Martin", + "Piotr Drąg", "Rowan Lewis", "Zander Brown", ];