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. --- internal/handler/websocket/nip11.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/handler/websocket/nip11.go') diff --git a/internal/handler/websocket/nip11.go b/internal/handler/websocket/nip11.go index a5bb9ca..8de95a2 100644 --- a/internal/handler/websocket/nip11.go +++ b/internal/handler/websocket/nip11.go @@ -32,10 +32,10 @@ type Limits struct { func (h *Handler) ServeNIP11(w http.ResponseWriter, r *http.Request) { info := RelayInfo{ - Name: "nostr-grpc relay", + Name: "muxstr relay", Description: "High-performance Nostr relay with gRPC, Connect, and WebSocket support", SupportedNIPs: []int{1, 9, 11}, - Software: "northwest.io/nostr-grpc", + Software: "northwest.io/muxstr", Version: "0.1.0", Limitation: &Limits{ MaxMessageLength: 65536, -- cgit v1.2.3