aboutsummaryrefslogtreecommitdiff
path: root/rpc/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/options.go')
-rw-r--r--rpc/options.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/options.go b/rpc/options.go
index aee96bc..1252b9e 100644
--- a/rpc/options.go
+++ b/rpc/options.go
@@ -2,7 +2,7 @@
//
//Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev>
//
-//This file is part of go.neonxp.ru/jsonrpc2 project.
+//This file is part of neonxp.ru/go/jsonrpc2 project.
//
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
package rpc
import (
- "go.neonxp.ru/jsonrpc2/transport"
+ "neonxp.ru/go/jsonrpc2/transport"
)
type Option func(s *RpcServer)