diff options
| author | bndw <ben@bdw.to> | 2026-02-14 08:21:01 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-14 08:21:01 -0800 |
| commit | 0406e24e1259e1a9adcd739da388dcca9ec8feba (patch) | |
| tree | a7a0d5b88ddbad604b18fe31a00db37d8ef307ef /buf.gen.yaml | |
| parent | 1527a7313ca46cd646737fb05c33908fba034df9 (diff) | |
refactor: rename project from nostr-grpc to muxstr
Update module path from northwest.io/nostr-grpc to northwest.io/muxstr.
This includes updating all Go imports, protobuf definitions, generated
files, and documentation.
Diffstat (limited to 'buf.gen.yaml')
| -rw-r--r-- | buf.gen.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buf.gen.yaml b/buf.gen.yaml index 01fea00..fa908bf 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml | |||
| @@ -3,7 +3,7 @@ managed: | |||
| 3 | enabled: true | 3 | enabled: true |
| 4 | override: | 4 | override: |
| 5 | - file_option: go_package_prefix | 5 | - file_option: go_package_prefix |
| 6 | value: northwest.io/nostr-grpc/api | 6 | value: northwest.io/muxstr/api |
| 7 | plugins: | 7 | plugins: |
| 8 | - remote: buf.build/protocolbuffers/go | 8 | - remote: buf.build/protocolbuffers/go |
| 9 | out: api | 9 | out: api |
