Skip to content

Commit 220f314

Browse files
Update authors across examples & tests (#3343)
Signed-off-by: Brian Hardock <[email protected]>
1 parent 44d1547 commit 220f314

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

examples/http-cpp/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spin_manifest_version = 2
22

33
[application]
4-
authors = ["Fermyon Engineering <[email protected]>"]
4+
authors = ["Spin Framework Contributors"]
55
description = "A simple application that returns hello."
66
name = "spin-hello-world"
77
version = "1.0.0"

examples/http-rust/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spin_manifest_version = 2
22

33
[application]
4-
authors = ["Fermyon Engineering <[email protected]>"]
4+
authors = ["Spin Framework Contributors"]
55
description = "A simple application that returns hello."
66
name = "spin-hello-world"
77
version = "1.0.0"

examples/open-ai-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "open-ai-rust"
3-
authors = ["Fermyon Engineering <[email protected]>"]
3+
authors = ["Spin Framework Contributors"]
44
description = "Example showing using openAI with Spin"
55
version = "0.1.0"
66
rust-version = "1.78"

examples/open-ai-rust/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spin_manifest_version = 2
55
[application]
66
name = "open-ai-rust"
77
version = "0.1.0"
8-
authors = ["Fermyon Engineering <[email protected]>"]
8+
authors = ["Spin Framework Contributors"]
99
description = "Example showing using openAI with Spin"
1010

1111
[[trigger.http]]

examples/spin-timer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "trigger-timer"
33
version = "0.1.0"
4-
authors = ["Fermyon Engineering <[email protected]>"]
4+
authors = ["Spin Framework Contributors"]
55
edition = "2021"
66

77
[dependencies]

examples/spin-timer/app-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "timer-app-example"
3-
authors = ["itowlson <[email protected]>"]
3+
authors = ["Spin Framework Contributors"]
44
description = ""
55
version = "0.1.0"
66
edition = "2021"

examples/spin-timer/app-example/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spin_manifest_version = 2
22

33
[application]
4-
authors = ["itowlson <[email protected]>"]
4+
authors = ["Spin Framework Contributors"]
55
name = "goodbye"
66
version = "0.1.0"
77

examples/spin-wagi-http/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spin_manifest_version = 2
22

33
[application]
4-
authors = ["Fermyon Engineering <[email protected]>"]
4+
authors = ["Spin Framework Contributors"]
55
description = "A hello world application that serves content from a C++ program and a Rust program"
66
name = "spin-wagi-hello"
77
version = "1.0.0"

examples/vault-variable-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vault-variable-test"
3-
authors = ["Fermyon Engineering <[email protected]>"]
3+
authors = ["Spin Framework Contributors"]
44
description = "Vault Application Variable Provider Example"
55
version = "0.2.0"
66
edition = "2021"

examples/vault-variable-test/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spin_manifest_version = 2
33
[application]
44
name = "vault-variable-test"
55
version = "0.1.0"
6-
authors = ["Fermyon Engineering <[email protected]>"]
6+
authors = ["Spin Framework Contributors"]
77
description = "Vault Application Variable Provider Example"
88

99
[[trigger.http]]

0 commit comments

Comments
 (0)