Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down