From 3211f08994e2100da2769372e09e1b16c82de735 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sat, 29 Jun 2019 01:37:39 +0200 Subject: [PATCH] Use Maik's full name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa266f1..5d291f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ash-molten" description = "Statically linked MoltenVK for Vulkan on Mac using Ash" version = "0.1.0" -authors = ["Embark ", "maik "] +authors = ["Embark ", "Maik Klein "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md"