diff options
Diffstat (limited to 'proto/nostr/v1')
| -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 { |
