Skip to content

Commit

Permalink
Add .mailmap and normalize author name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Aug 10, 2023
1 parent ade9645 commit 0cc4dce
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Arnav Singh <[email protected]>
Arnav Singh <[email protected]> <[email protected]>
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "k8s-openapi"
version = "0.19.0"
license = "Apache-2.0"
authors = ["Arnavion <[email protected]>"]
authors = ["Arnav Singh <[email protected]>"]
categories = ["api-bindings", "web-programming::http-client"]
description = "Bindings for the Kubernetes client API"
documentation = "https://arnavion.github.io/k8s-openapi/v0.19.x/k8s_openapi/"
Expand Down
2 changes: 1 addition & 1 deletion k8s-openapi-codegen-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "k8s-openapi-codegen-common"
version = "0.19.0"
license = "Apache-2.0"
authors = ["Arnavion <[email protected]>"]
authors = ["Arnav Singh <[email protected]>"]
categories = ["api-bindings", "web-programming::http-client"]
description = "Common code for the k8s-openapi code generator and k8s-openapi-derive"
documentation = "https://arnavion.github.io/k8s-openapi/v0.19.x/k8s_openapi_codegen_common/"
Expand Down
5 changes: 3 additions & 2 deletions k8s-openapi-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "k8s-openapi-codegen"
version = "0.1.0"
authors = ["Arnavion <[email protected]>"]
publish = false
license = "Apache-2.0"
authors = ["Arnav Singh <[email protected]>"]
edition = "2021"
publish = false

[dependencies]
clap = { version = "4", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion k8s-openapi-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "k8s-openapi-derive"
version = "0.19.0"
license = "Apache-2.0"
authors = ["Arnavion <[email protected]>"]
authors = ["Arnav Singh <[email protected]>"]
categories = ["api-bindings", "web-programming::http-client"]
description = "Custom derives for the Kubernetes client API"
documentation = "https://arnavion.github.io/k8s-openapi/v0.19.x/k8s_openapi_derive/"
Expand Down
5 changes: 3 additions & 2 deletions k8s-openapi-tests-macro-deps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "k8s-openapi-tests-macro-deps"
version = "0.1.0"
authors = ["Arnavion <[email protected]>"]
publish = false
license = "Apache-2.0"
authors = ["Arnav Singh <[email protected]>"]
edition = "2021"
publish = false
include = [
"build.rs",
"Cargo.toml",
Expand Down
5 changes: 3 additions & 2 deletions k8s-openapi-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "k8s-openapi-tests"
version = "0.1.0"
authors = ["Arnavion <[email protected]>"]
publish = false
license = "Apache-2.0"
authors = ["Arnav Singh <[email protected]>"]
edition = "2021"
publish = false
include = [
"build.rs",
"Cargo.toml",
Expand Down

0 comments on commit 0cc4dce

Please sign in to comment.