Skip to content

Commit f9eec6d

Browse files
committed
All your example are belong to CNCF
Signed-off-by: itowlson <[email protected]>
1 parent cb69069 commit f9eec6d

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

examples/hello-world/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 = ["The Spin authors"]
55
description = "A simple application that returns hello."
66
name = "hello-world"
77
version = "1.0.0"

examples/http-outbound/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 = ["The Spin authors"]
55
description = "Demonstrates outbound HTTP calls"
66
name = "outbound-http"
77
version = "1.0.0"

examples/http-router-macro/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 = ["The Spin authors"]
55
description = "An application that demonstrates HTTP routing."
66
name = "spin-rust-router"
77
version = "1.0.0"

examples/http-router/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 = ["The Spin authors"]
55
description = "An application that demonstrates HTTP routing."
66
name = "spin-rust-router"
77
version = "1.0.0"

examples/json-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 = ["The Spin authors"]
55
description = "An application which parses a JSON POST body."
66
name = "json-http-rust"
77
version = "1.0.0"

examples/key-value/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 = ["The Spin authors"]
55
description = "A simple application that exercises key-value storage."
66
name = "spin-key-value"
77
version = "1.0.0"

examples/postgres-v3/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 = ["The Spin authors"]
55
name = "rust-outbound-pg-v3-example"
66
version = "0.1.0"
77

examples/postgres-v4/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 = ["The Spin authors"]
55
name = "rust-outbound-pg-v4-example"
66
version = "0.1.0"
77

examples/postgres/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 = ["The Spin authors"]
55
name = "rust-outbound-pg-example"
66
version = "0.1.0"
77

examples/redis-async/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 = ["The Spin authors"]
55
description = "An async redis application."
66
name = "async-spin-redis"
77
version = "0.1.0"

0 commit comments

Comments
 (0)