AboutDialog: Update contributors list
This commit is contained in:
parent
64860c4624
commit
9cfdb35224
@ -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: >k::ApplicationWindow) {
|
pub(crate) fn about_dialog(window: >k::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",
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user