Skip to content

Commit 2e1aea8

Browse files
committed
Thanks for having me and updated to my chinese name
1 parent 26c3b2d commit 2e1aea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "2"
88
version = "2.0.0-rc12" # auto
99
authors = [
1010
"Brendan Doherty",
11-
"Peter Shen",
11+
"Xianpeng Shen",
1212
]
1313
description = "Run clang-format and clang-tidy on a batch of files."
1414
homepage = "https://cpp-linter.github.io/cpp-linter-rs"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = {text = "MIT License"}
1111
requires-python = ">=3.9"
1212
authors = [
1313
{ name = "Brendan Doherty", email = "[email protected]" },
14-
{ name = "Peter Shen", email = "[email protected]" },
14+
{ name = "Xianpeng Shen", email = "[email protected]" },
1515
]
1616
classifiers = [
1717
# https://pypi.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)