From 0406e24e1259e1a9adcd739da388dcca9ec8feba Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 08:21:01 -0800 Subject: 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. --- proto/nostr/v1/nostr.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/nostr/v1/nostr.proto') 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"; package nostr.v1; -option go_package = "northwest.io/nostr-grpc/api/nostr/v1;nostrv1"; +option go_package = "northwest.io/muxstr/api/nostr/v1;nostrv1"; // Core Nostr event as defined in NIP-01 message Event { -- cgit v1.2.3