From a4a2f432a56bcccbe91ccabbfaf533ef4ed79bdb Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sun, 28 Apr 2024 00:21:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B5=D0=B7=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=B9=D0=BC=D1=81=D0=BF=D0=B5=D0=B9=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 6 +++--- config.json | 2 +- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 6fa7ac0..c0e94c2 100644 --- a/Readme.md +++ b/Readme.md @@ -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", diff --git a/go.mod b/go.mod index b7cd7b7..99bec9e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.neonxp.dev/pkg +module go.neonxp.ru/pkg go 1.22.1