diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:21:35 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:21:35 +0300 |
commit | a4a2f432a56bcccbe91ccabbfaf533ef4ed79bdb (patch) | |
tree | d1b496da07616c5611cd3edaa1ab85a7914decef | |
parent | a0992b6f28b2156e5afc671534164d8c7cf01665 (diff) |
-rw-r--r-- | Readme.md | 6 | ||||
-rw-r--r-- | config.json | 2 | ||||
-rw-r--r-- | go.mod | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -2,9 +2,9 @@ Selfhosted golang packages proxy. -Live version: https://go.neonxp.dev/ +Live version: https://go.neonxp.ru/ -Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentation, but `go get go.neonxp.dev/pkg` will install package) +Package page: https://go.neonxp.ru/pkg/ (browser will redirects to documentation, but `go get go.neonxp.ru/pkg` will install package) ## Configuration @@ -13,7 +13,7 @@ Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentatio ```json { "title": "WEBSITE TITLE", - "host": "go.neonxp.dev", + "host": "go.neonxp.ru", "packages": { "pkg": { "pkg": "pkg", diff --git a/config.json b/config.json index 31a1a28..186df91 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "title": "Пакеты NeonXP", - "host": "go.neonxp.dev", + "host": "go.neonxp.ru", "packages": { "pkg": { "pkg": "pkg", @@ -1,4 +1,4 @@ -module go.neonxp.dev/pkg +module go.neonxp.ru/pkg go 1.22.1 |