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/subscription/manager.go | 2 +- internal/subscription/manager_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/subscription') diff --git a/internal/subscription/manager.go b/internal/subscription/manager.go index 0e737d8..6347018 100644 --- a/internal/subscription/manager.go +++ b/internal/subscription/manager.go @@ -3,7 +3,7 @@ package subscription import ( "sync" - pb "northwest.io/nostr-grpc/api/nostr/v1" + pb "northwest.io/muxstr/api/nostr/v1" ) type Subscription struct { diff --git a/internal/subscription/manager_test.go b/internal/subscription/manager_test.go index d816fcd..5e09919 100644 --- a/internal/subscription/manager_test.go +++ b/internal/subscription/manager_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - pb "northwest.io/nostr-grpc/api/nostr/v1" + pb "northwest.io/muxstr/api/nostr/v1" ) func TestManagerAddRemove(t *testing.T) { -- cgit v1.2.3