From deff346a5e06af89a2bf47ac5f4b610fbf5781c5 Mon Sep 17 00:00:00 2001 From: Brian Hardock Date: Fri, 20 Feb 2026 13:32:31 -0700 Subject: [PATCH] Add MAINTAINERS.md and remove Fermyon reference Signed-off-by: Brian Hardock --- MAINTAINERS.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..926fdca --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,14 @@ +# MAINTAINERS + +## Current Maintainers + +_Listed in alphabetical order by first name_ + +| Name | GitHub Username | +| --- | --- | +| Andrew Steurer | asteurer | +| Caleb Schoepp | calebschoepp | + +## Emeritus Maintainers + +None \ No newline at end of file diff --git a/README.md b/README.md index acf54d4..30a8c6c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ spin plugin install otel The canary release of the `otel` plugin represents the most recent commit on `main` (`HEAD`) and may not be stable, with some features still in progress. ```sh -spin plugins install --url https://github.com/fermyon/otel-plugin/releases/download/canary/otel.json +spin plugins install --url https://github.com/spinframework/otel-plugin/releases/download/canary/otel.json ``` ## Install from a local build