diff --git a/Cargo.toml b/Cargo.toml index 758f1f2..e010965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "enumflags2" version = "0.7.5" -authors = ["maik klein ", "Jakub \"NieDżejkob\" Kądziołka "] +authors = ["maik klein ", "Maja Kądziołka "] description = "Enum-based bit flags" license = "MIT OR Apache-2.0" -repository = "https://github.com/NieDzejkob/enumflags2" +repository = "https://github.com/meithecatte/enumflags2" readme = "README.md" keywords = ["enum", "bitflag", "flag", "bitflags"] documentation = "https://docs.rs/enumflags2" diff --git a/enumflags_derive/Cargo.toml b/enumflags_derive/Cargo.toml index 985a619..7f9d7d9 100644 --- a/enumflags_derive/Cargo.toml +++ b/enumflags_derive/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "enumflags2_derive" version = "0.7.4" -authors = ["maik klein ", "Jakub \"NieDżejkob\" Kądziołka "] +authors = ["maik klein ", "Maja Kądziołka "] description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions." license = "MIT OR Apache-2.0" -repository = "https://github.com/NieDzejkob/enumflags2" +repository = "https://github.com/meithecatte/enumflags2" keywords = ["enum", "bitflag", "flag", "bitflags"] edition = "2018" rust-version = "1.56"