Skip to content

Commit

Permalink
Change author info for package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 3, 2024
1 parent 621f3fa commit d254de3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "raftify"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <[email protected]>"]
authors = ["Lablup Inc."]
edition = "2021"
license = "MIT/Apache-2.0"
repository = "https://github.com/lablup/raftify"
Expand Down
2 changes: 1 addition & 1 deletion binding/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "raftify-py"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <[email protected]>"]
authors = ["Lablup Inc."]
license = "Apache-2.0"
repository = "https://github.com/lablup/raftify"
readme = "./README.md"
Expand Down
2 changes: 1 addition & 1 deletion examples/memstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "memstore"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <[email protected]>"]
authors = ["Lablup Inc."]
edition = "2021"
description = "raftify memstore example"

Expand Down
2 changes: 1 addition & 1 deletion harness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "harness"
version = "0.1.0"
authors = ["Lablup Inc.", "jopemachine <[email protected]>"]
authors = ["Lablup Inc."]
description = "Testing harness for raftify."
edition = "2021"

Expand Down

0 comments on commit d254de3

Please sign in to comment.