From ec1254259fc70a18bfdd50d6c931a09db56596e6 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Wed, 30 Mar 2022 15:19:34 +0200 Subject: [PATCH] =?UTF-8?q?Add=20K=C3=A9vin=20Commaille=20to=20AboutDialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/application.rs b/src/application.rs index 4cacfb97..354c4bdf 100644 --- a/src/application.rs +++ b/src/application.rs @@ -179,6 +179,7 @@ impl Application { "Eisha Chen-yen-su".to_string(), "Jordan Petridis".to_string(), "Julian Sparber".to_string(), + "Kévin Commaille".to_string(), "Saurav Sachidanand".to_string(), ]) .artists(vec!["Tobias Bernard".to_string()])