aboutsummaryrefslogtreecommitdiff
path: root/rpc/errors.go
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-03-24 18:37:38 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-03-24 18:37:38 +0300
commitd4708a3665e546eea57611b17441ad9b8c89e9a4 (patch)
treed85dd050b2eaf9f321b166ecfb020069de460e93 /rpc/errors.go
parent4a8f9ef10ed6253901396bd6cd3554af05cf0d73 (diff)
Changed package name to `go.neonxp.dev/jsonrpc2`
Diffstat (limited to 'rpc/errors.go')
-rw-r--r--rpc/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/errors.go b/rpc/errors.go
index 02e66cf..a18c712 100644
--- a/rpc/errors.go
+++ b/rpc/errors.go
@@ -2,7 +2,7 @@
//
//Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev>
//
-//This file is part of github.com/neonxp/jsonrpc2 project.
+//This file is part of go.neonxp.dev/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