summaryrefslogtreecommitdiffstats
path: root/proto/nostr/v1
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 /proto/nostr/v1
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 'proto/nostr/v1')
-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 {