From d69f43231a8ba81953102f8032aa78963bf11c96 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Mon, 5 Jan 2015 01:17:18 +0100 Subject: [PATCH] Fix the authors list in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88f88c1bf..7c4ac67a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = ["Tomas Sedovic ", "Jared McFarland ", "Jonny Gilchrist (@jgilchrist)", "Paul Sanford ", - ""] + "@Pranz "] [lib] name = "tcod"