diff --git a/Cargo.toml b/Cargo.toml index 877e93e..6a64624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "proc-macro-error" +authors = [ + "CreepySkeleton ", + "GnomedDev ", +] version = "1.0.4" -authors = ["CreepySkeleton "] description = "Almost drop-in replacement to panics in proc-macros" -repository = "https://gitlab.com/CreepySkeleton/proc-macro-error" +repository = "https://github.com/GnomedDev/proc-macro-error-2" rust-version = "1.70" keywords = ["proc-macro", "error", "errors"] categories = ["development-tools::procedural-macro-helpers"] diff --git a/proc-macro-error-attr/Cargo.toml b/proc-macro-error-attr/Cargo.toml index dc05519..f7fc17e 100644 --- a/proc-macro-error-attr/Cargo.toml +++ b/proc-macro-error-attr/Cargo.toml @@ -1,12 +1,15 @@ [package] name = "proc-macro-error-attr" version = "1.0.4" -authors = ["CreepySkeleton "] +authors = [ + "CreepySkeleton ", + "GnomedDev ", +] edition = "2021" rust-version = "1.70" description = "Attribute macro for proc-macro-error crate" license = "MIT OR Apache-2.0" -repository = "https://gitlab.com/CreepySkeleton/proc-macro-error" +repository = "https://github.com/GnomedDev/proc-macro-error-2" [lib] proc-macro = true diff --git a/test-crate/Cargo.toml b/test-crate/Cargo.toml index c631e6e..0d5ecbe 100644 --- a/test-crate/Cargo.toml +++ b/test-crate/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "test-crate" version = "0.0.0" -authors = ["CreepySkeleton "] +authors = [ + "CreepySkeleton ", + "GnomedDev ", +] edition = "2021" publish = false