diff --git a/crates/pacdef_core/Cargo.toml b/crates/pacdef_core/Cargo.toml index 7f046bf..cf75861 100644 --- a/crates/pacdef_core/Cargo.toml +++ b/crates/pacdef_core/Cargo.toml @@ -4,7 +4,7 @@ version = "1.2.2" edition = "2021" description = "pacdef core library" license = "GPL-3.0-or-later" -repository = "https://github.com/steven-omaha/pacdef" +repository = "https://github.com/steven-omaha/pacdef/tree/main/crates/pacdef_core" readme = "README.md" keywords = ["package-manager", "linux", "declarative", "cli"] categories = ["command-line-utilities"] diff --git a/crates/pacdef_macros/Cargo.toml b/crates/pacdef_macros/Cargo.toml index a0e6c12..26446b1 100644 --- a/crates/pacdef_macros/Cargo.toml +++ b/crates/pacdef_macros/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" license = "GPL-3.0-or-later" readme = "README.md" -repository = "https://github.com/steven-omaha/pacdef" +repository = "https://github.com/steven-omaha/pacdef/tree/main/crates/pacdef_macros" description = "procedural macros for pacdef" keywords = ["macro", "proc-macro"] categories = ["command-line-utilities"]