AboutDialog: Update contributors list

This commit is contained in:
Jordan Petridis 2018-10-06 11:09:07 +03:00
parent 64860c4624
commit 9cfdb35224
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -9,14 +9,20 @@ use i18n::i18n;
/// Given a `window` create and attach an `gtk::AboutDialog` to it. /// Given a `window` create and attach an `gtk::AboutDialog` to it.
pub(crate) fn about_dialog(window: &gtk::ApplicationWindow) { pub(crate) fn about_dialog(window: &gtk::ApplicationWindow) {
// Feel free to add yourself if you contributed. // Feel free to add yourself if you contributed.
// Please keep it sorted alphabetically
let authors = &[ let authors = &[
"Alexandre Franke",
"Carlos Soriano", "Carlos Soriano",
"Constantin Nickel", "Constantin Nickel",
"Daniel García Moreno",
"Felix Häcker",
"Gabriele Musco", "Gabriele Musco",
"Ivan Augusto", "Ivan Augusto",
"James Wykeham-Martin", "James Wykeham-Martin",
"Jordan Petridis", "Jordan Petridis",
"Julian Sparber", "Julian Sparber",
"Matthew Martin",
"Piotr Drąg",
"Rowan Lewis", "Rowan Lewis",
"Zander Brown", "Zander Brown",
]; ];