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"