chore: update subcrate repository urls

This commit is contained in:
steven-omaha
2023-05-30 15:30:44 +02:00
parent 0dc3c111b1
commit dcd85f0156
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "1.2.2"
edition = "2021" edition = "2021"
description = "pacdef core library" description = "pacdef core library"
license = "GPL-3.0-or-later" 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" readme = "README.md"
keywords = ["package-manager", "linux", "declarative", "cli"] keywords = ["package-manager", "linux", "declarative", "cli"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
+1 -1
View File
@@ -4,7 +4,7 @@ version = "1.0.0"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
readme = "README.md" 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" description = "procedural macros for pacdef"
keywords = ["macro", "proc-macro"] keywords = ["macro", "proc-macro"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]