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 /proto/nostr/v1/nostr.proto | |
| 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 'proto/nostr/v1/nostr.proto')
| -rw-r--r-- | proto/nostr/v1/nostr.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/nostr/v1/nostr.proto b/proto/nostr/v1/nostr.proto index 7e8eacb..e91b89a 100644 --- a/proto/nostr/v1/nostr.proto +++ b/proto/nostr/v1/nostr.proto | |||
| @@ -2,7 +2,7 @@ syntax = "proto3"; | |||
| 2 | 2 | ||
| 3 | package nostr.v1; | 3 | package nostr.v1; |
| 4 | 4 | ||
| 5 | option go_package = "northwest.io/nostr-grpc/api/nostr/v1;nostrv1"; | 5 | option go_package = "northwest.io/muxstr/api/nostr/v1;nostrv1"; |
| 6 | 6 | ||
| 7 | // Core Nostr event as defined in NIP-01 | 7 | // Core Nostr event as defined in NIP-01 |
| 8 | message Event { | 8 | message Event { |
