From 13fbc65e711037ef36befa67362810adc4c3ecab Mon Sep 17 00:00:00 2001 From: Anna Date: Sun, 3 Oct 2021 15:57:55 -0400 Subject: [PATCH] chore: fix name --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0e8eb8..feb310e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "ffxiv_types" version = "1.4.0" -authors = ["Kyle Clemens "] +authors = ["Anna Clemens "] description = "Useful types for FFXIV-related projects" documentation = "https://docs.rs/ffxiv_types" -repository = "https://github.com/jkcclemens/ffxiv_types" +repository = "https://github.com/ascclemens/ffxiv_types" license = "MIT" [features]