From 827ae55355ede51204fd67ba172e90e4c9495aad Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 10 Dec 2018 10:10:03 -0700 Subject: [PATCH] legal name applied to the cargo file --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb4a8f3..3c39e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "gba" description = "A crate (and book) for making GBA games with Rust." version = "0.3.0-pre" -authors = ["Lokathor ", "Ketsuban"] +authors = ["Lokathor ", "Thomas Winwood "] repository = "https://github.com/rust-console/gba" readme = "README.md" keywords = ["gba"]