From e2f14094fc5cbb31bc8af1e82960c8df006e01f5 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sun, 23 Jul 2023 20:00:31 +0100 Subject: [PATCH] Update my name --- tracker/agb-tracker-interop/Cargo.toml | 1 + tracker/agb-tracker/Cargo.toml | 1 + tracker/agb-xm-core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tracker/agb-tracker-interop/Cargo.toml b/tracker/agb-tracker-interop/Cargo.toml index 1ac38413..36257898 100644 --- a/tracker/agb-tracker-interop/Cargo.toml +++ b/tracker/agb-tracker-interop/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "agb_tracker_interop" version = "0.16.0" +authors = ["Gwilym Inzani "] edition = "2021" license = "MPL-2.0" description = "Library for interop between tracker plugins and agb itself. Designed for use with the agb library for the Game Boy Advance." diff --git a/tracker/agb-tracker/Cargo.toml b/tracker/agb-tracker/Cargo.toml index 31b7b700..c2a23d51 100644 --- a/tracker/agb-tracker/Cargo.toml +++ b/tracker/agb-tracker/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "agb_tracker" version = "0.16.0" +authors = ["Gwilym Inzani "] edition = "2021" license = "MPL-2.0" description = "Library for playing tracker music. Designed for use with the agb library for the Game Boy Advance." diff --git a/tracker/agb-xm-core/Cargo.toml b/tracker/agb-xm-core/Cargo.toml index 3020064c..fb41bbca 100644 --- a/tracker/agb-xm-core/Cargo.toml +++ b/tracker/agb-xm-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agb_xm_core" version = "0.16.0" -authors = ["Gwilym Kuiper "] +authors = ["Gwilym Inzani "] edition = "2021" license = "MPL-2.0" description = "Library for converting XM tracker files for use with agb-tracker on the Game Boy Advance. You shouldn't use this package directly"