summaryrefslogtreecommitdiffstats
path: root/proto/nostr
diff options
context:
space:
mode:
Diffstat (limited to 'proto/nostr')
-rw-r--r--proto/nostr/v1/nostr.proto2
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
3package nostr.v1; 3package nostr.v1;
4 4
5option go_package = "northwest.io/nostr-grpc/api/nostr/v1;nostrv1"; 5option 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
8message Event { 8message Event {