From 18e74e884c572c6bd6052435208d6c7d15f907bb Mon Sep 17 00:00:00 2001 From: Eric Case Date: Wed, 13 May 2026 22:20:45 -0700 Subject: [PATCH] test.toml - use example email address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Paul probably doesn't need to be in here. 😅 --- test.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.toml b/test.toml index d442da9..d5437d9 100644 --- a/test.toml +++ b/test.toml @@ -2,7 +2,7 @@ manifest_version = 3 name = "my-compute-service" description = "Example Fastly Compute service" -authors = ["paul.osborne@fastly.com"] +authors = ["author@example.com"] language = "python" [local_server]