Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "walker-common"
description = "Common functionality for SBOM and CSAF walker"
authors = ["Jens Reimann <[email protected]>"]
repository = "https://github.com/ctron/csaf-walker"
repository = "https://github.com/scm-rs/csaf-walker"
categories = ["data-structures"]
keywords = ["csaf"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion csaf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "csaf-walker"
description = "A library to work with CSAF data"
authors = ["Jens Reimann <[email protected]>"]
repository = "https://github.com/ctron/csaf-walker"
repository = "https://github.com/scm-rs/csaf-walker"
categories = ["data-structures"]
keywords = ["csaf", "vex"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion csaf/csaf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "csaf-cli"
description = "A CLI to work with CSAF data"
authors = ["Jens Reimann <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "walker-extras"
description = "Additional functionality for SBOM and CSAF walker"
authors = ["Jens Reimann <[email protected]>"]
repository = "https://github.com/ctron/csaf-walker"
repository = "https://github.com/scm-rs/csaf-walker"
categories = ["data-structures"]
keywords = ["csaf", "sbom"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion sbom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sbom-walker"
description = "A library to work with SBOM data"
authors = ["Jens Reimann <[email protected]>"]
repository = "https://github.com/ctron/csaf-walker"
repository = "https://github.com/scm-rs/csaf-walker"
categories = ["data-structures"]
keywords = ["csaf"]
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion sbom/sbom-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sbom-cli"
description = "A CLI to work with SBOM data"
authors = ["Jens Reimann <[email protected]>"]
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"
Expand Down
Loading