summaryrefslogtreecommitdiffstats
path: root/buf.gen.yaml
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
committerbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
commit0406e24e1259e1a9adcd739da388dcca9ec8feba (patch)
treea7a0d5b88ddbad604b18fe31a00db37d8ef307ef /buf.gen.yaml
parent1527a7313ca46cd646737fb05c33908fba034df9 (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.yaml2
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
7plugins: 7plugins:
8 - remote: buf.build/protocolbuffers/go 8 - remote: buf.build/protocolbuffers/go
9 out: api 9 out: api