diff --git a/common/Cargo.toml b/common/Cargo.toml index 08769e8..0b05272 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -2,7 +2,7 @@ name = "walker-common" description = "Common functionality for SBOM and CSAF walker" authors = ["Jens Reimann "] -repository = "https://github.com/ctron/csaf-walker" +repository = "https://github.com/scm-rs/csaf-walker" categories = ["data-structures"] keywords = ["csaf"] readme = "../README.md" diff --git a/csaf/Cargo.toml b/csaf/Cargo.toml index 755db26..d9df4d2 100644 --- a/csaf/Cargo.toml +++ b/csaf/Cargo.toml @@ -2,7 +2,7 @@ name = "csaf-walker" description = "A library to work with CSAF data" authors = ["Jens Reimann "] -repository = "https://github.com/ctron/csaf-walker" +repository = "https://github.com/scm-rs/csaf-walker" categories = ["data-structures"] keywords = ["csaf", "vex"] readme = "../README.md" diff --git a/csaf/csaf-cli/Cargo.toml b/csaf/csaf-cli/Cargo.toml index 1fc3741..6893c79 100644 --- a/csaf/csaf-cli/Cargo.toml +++ b/csaf/csaf-cli/Cargo.toml @@ -2,7 +2,7 @@ name = "csaf-cli" description = "A CLI to work with CSAF data" authors = ["Jens Reimann "] -repository = "https://github.com/ctron/csaf-walker" +repository = "https://github.com/scm-rs/csaf-walker" categories = ["command-line-utilities", "data-structures"] keywords = ["csaf", "vex", "cli"] readme = "README.md" diff --git a/extras/Cargo.toml b/extras/Cargo.toml index 7c3d187..2f0a2db 100644 --- a/extras/Cargo.toml +++ b/extras/Cargo.toml @@ -2,7 +2,7 @@ name = "walker-extras" description = "Additional functionality for SBOM and CSAF walker" authors = ["Jens Reimann "] -repository = "https://github.com/ctron/csaf-walker" +repository = "https://github.com/scm-rs/csaf-walker" categories = ["data-structures"] keywords = ["csaf", "sbom"] readme = "../README.md" diff --git a/sbom/Cargo.toml b/sbom/Cargo.toml index 354e5bc..33b3159 100644 --- a/sbom/Cargo.toml +++ b/sbom/Cargo.toml @@ -2,7 +2,7 @@ name = "sbom-walker" description = "A library to work with SBOM data" authors = ["Jens Reimann "] -repository = "https://github.com/ctron/csaf-walker" +repository = "https://github.com/scm-rs/csaf-walker" categories = ["data-structures"] keywords = ["csaf"] readme = "../README.md" diff --git a/sbom/sbom-cli/Cargo.toml b/sbom/sbom-cli/Cargo.toml index 30d1180..e51bf24 100644 --- a/sbom/sbom-cli/Cargo.toml +++ b/sbom/sbom-cli/Cargo.toml @@ -2,7 +2,7 @@ name = "sbom-cli" description = "A CLI to work with SBOM data" authors = ["Jens Reimann "] -repository = "https://github.com/ctron/csaf-walker" +repository = "https://github.com/scm-rs/csaf-walker" categories = ["command-line-utilities", "data-structures"] keywords = ["sbom", "cli"] readme = "README.md"