chore: migrate module path to lerkolabs org
CI / test (pull_request) Successful in 2m39s
CI / lint (pull_request) Successful in 1m6s
CI / vulncheck (pull_request) Successful in 46s

Move Go module from gitea.lerkolabs.com/lerko/uptop to
gitea.lerkolabs.com/lerkolabs/uptop. Updates all imports,
go.mod, goreleaser owner, and README links.
This commit is contained in:
2026-05-29 14:22:49 -04:00
parent 026e969b74
commit 8f17deba67
29 changed files with 53 additions and 53 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ First run: set `UPTOP_ADMIN_KEY` to your SSH public key, or attach to the contai
<details>
<summary><strong>Binary</strong></summary>
Download from [Releases](https://gitea.lerkolabs.com/lerko/uptop/releases).
Download from [Releases](https://gitea.lerkolabs.com/lerkolabs/uptop/releases).
</details>
@@ -95,7 +95,7 @@ Download from [Releases](https://gitea.lerkolabs.com/lerko/uptop/releases).
<summary><strong>From source</strong></summary>
```bash
go install gitea.lerkolabs.com/lerko/uptop/cmd/uptop@latest
go install gitea.lerkolabs.com/lerkolabs/uptop/cmd/uptop@latest
```
</details>