update package name to new domain

This commit is contained in:
2026-03-30 00:02:39 +03:00
parent 5d96c6fbae
commit 6456d4d95d
5 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Russian version: [README_ru.md](README_ru.md)
## Installation
```bash
go get git.nix13.pw/scuroneko/slog
go get git.scuroneko.dev/scuroneko/slog
```
## Quick start
@@ -27,7 +27,7 @@ package main
import (
"log"
"git.nix13.pw/scuroneko/slog"
"git.scuroneko.dev/scuroneko/slog"
)
func main() {