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/connect/handler.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/handler/connect/handler.go') diff --git a/internal/handler/connect/handler.go b/internal/handler/connect/handler.go index f33e4fc..7687154 100644 --- a/internal/handler/connect/handler.go +++ b/internal/handler/connect/handler.go @@ -6,9 +6,9 @@ import ( "connectrpc.com/connect" "google.golang.org/grpc/metadata" - pb "northwest.io/nostr-grpc/api/nostr/v1" - "northwest.io/nostr-grpc/api/nostr/v1/nostrv1connect" - grpchandler "northwest.io/nostr-grpc/internal/handler/grpc" + pb "northwest.io/muxstr/api/nostr/v1" + "northwest.io/muxstr/api/nostr/v1/nostrv1connect" + grpchandler "northwest.io/muxstr/internal/handler/grpc" ) type Handler struct { -- cgit v1.2.3