Skip to content

Commit

Permalink
fix(*): deislabs -> spinkube
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Mar 11, 2024
1 parent 34b65c7 commit 50a7b08
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion containerd-shim-spin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "containerd-shim-spin-v2"
version = "0.12.0"
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
edition = "2021"
repository = 'https://github.com/spinkube/containerd-shim-spin'
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion images/spin-keyvalue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spin-keyvalue"
version = "0.12.0"
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion images/spin-keyvalue/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spin_manifest_version = 2

[application]
name = "spin-hello"
authors = ["Kate Goldenring <[email protected]>", "DeisLabs Engineering Team"]
authors = ["Kate Goldenring <[email protected]>", "SpinKube Engineering Team"]
description = "hello"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion images/spin-outbound-redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spin-outbound-redis"
version = "0.12.0"
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion images/spin-outbound-redis/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
name = "spin-outbound-redis"
version = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion images/spin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spin-rust-hello"
version = "0.12.0"
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion images/spin/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["DeisLabs Engineering Team"]
authors = ["SpinKube Engineering Team"]
description = "A simple spin hello world"
name = "spin-hello"
version = "1.0.0"
Expand Down

0 comments on commit 50a7b08

Please sign in to comment.