Skip to content

Commit f4237ae

Browse files
committed
metadata changes
1 parent 49b3487 commit f4237ae

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ authors = [
1212
]
1313
description = "Run clang-format and clang-tidy on a batch of files."
1414
homepage = "https://cpp-linter.github.io/cpp_linter_rs"
15+
repository = "https://github.com/cpp-linter/cpp_linter_rs"
1516
license = "MIT"

cpp-linter/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
22
name = "cpp-linter"
33
edition = "2021"
4-
repository = "https://github.com/cpp-linter/cpp_linter_rs/tree/main/cpp-linter"
54
readme = "README.md"
5+
keywords = ["clang-tidy", "clang-format", "linter"]
6+
categories = ["command-line-utilities", "development-tools", "filesystem"]
7+
respository.workspace = true
68
version.workspace = true
79
authors.workspace = true
810
description.workspace = true

docs/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name = "cli-gen"
44
edition = "2021"
55
version = "0.1.0"
66
description = "A mdbook pre-processor that generates a CLI doc from source code."
7+
repository = "https://github.com/cpp-linter/cpp_linter_rs/tree/main/docs"
78
authors.workspace = true
89
homepage.workspace = true
910
license.workspace = true

install-clang-action/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This is action is not meant to be published in the GitHub marketplace.
44
It intended to be a repo-specific action for installing multiple versions of
5-
clang-format and clang-tidy ina single workflow run.
5+
clang-format and clang-tidy in a single workflow run.
66

77
This is used in the cpp-linter-lib tests only.

py-binding/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dynamic = ["version"]
3636
cpp-linter = "cpp_linter:main"
3737

3838
[project.urls]
39-
source = "https://github.com/cpp-linter/cpp-linter"
40-
tracker = "https://github.com/cpp-linter/cpp-linter/issues"
39+
source = "https://github.com/cpp-linter/cpp_linter_rs"
40+
tracker = "https://github.com/cpp-linter/cpp_linter_rs/issues"
4141

4242
[tool.maturin]
4343
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)