From f1aff4ba07bc74e60d5b41dc1e458107884cd443 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 09:07:07 -0700 Subject: [PATCH] Point links at git.coffeylabs.org after the move from GitHub GitHub took the organization's repos and GHCR offline on 2026-09-20. Repo, release, raw-file and clone links now go to Gitea at git.coffeylabs.org, container images to registry.coffeylabs.org, and GitLab-style /-/blob paths to Gitea's /src/branch form. Go module paths are identifiers and stay as they are; links to GitHub issues and pull requests are left as history. --- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20c4777..840ca6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ write access to the checkpoint directory. Releases are tagged by date, like ihasmail's: `v2026.9.15`, with `.1`, `.2` added for another release the same day. Binaries for `linux/amd64` and `linux/arm64` and a `SHA256SUMS` file are attached to every -[release](https://github.com/Coffey-Labs/stalwart-migrator/releases). +[release](https://git.coffeylabs.org/coffey-labs/stalwart-migrator/releases). Every release is built by the [release workflow](.github/workflows/release.yml) from a tagged commit on `main`, after the tests and a known-vulnerabilities diff --git a/README.md b/README.md index 886cbd5..1563e07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # stalwart-migrator -[![Latest release](https://img.shields.io/github/v/release/Coffey-Labs/stalwart-migrator?sort=date)](https://github.com/Coffey-Labs/stalwart-migrator/releases/latest) +[![Latest release](https://img.shields.io/gitea/v/release/coffey-labs/stalwart-migrator?gitea_url=https%3A%2F%2Fgit.coffeylabs.org)](https://git.coffeylabs.org/coffey-labs/stalwart-migrator/releases/latest) [![License: GPL-3.0-or-later](https://img.shields.io/badge/license-GPL--3.0--or--later-blue)](LICENSE) [![Docs: docs.ihasmail.org](https://img.shields.io/badge/docs-docs.ihasmail.org-0ea5e9)](https://docs.ihasmail.org/install/stalwart-migrator/) @@ -9,7 +9,7 @@ checkpoint at every step so an interrupted run resumes instead of restarting, and automated validation that the server still works afterwards. Go, standard library only. -A companion to [**ihasmail**](https://github.com/Coffey-Labs/ihasmail), a +A companion to [**ihasmail**](https://git.coffeylabs.org/coffey-labs/ihasmail), a JMAP-first webmail client for Stalwart. That one is what you read your mail in; this one gets the server underneath it onto a version that speaks the protocol it needs. @@ -60,8 +60,8 @@ Details: [Known Stalwart problems](docs/known-stalwart-problems.md). ```sh ARCH=amd64 # or arm64 -curl -fsSLO https://github.com/Coffey-Labs/stalwart-migrator/releases/latest/download/stalwart-migrate-linux-$ARCH.tar.gz -curl -fsSLO https://github.com/Coffey-Labs/stalwart-migrator/releases/latest/download/SHA256SUMS +curl -fsSLO https://git.coffeylabs.org/coffey-labs/stalwart-migrator/releases/download/latest/stalwart-migrate-linux-$ARCH.tar.gz +curl -fsSLO https://git.coffeylabs.org/coffey-labs/stalwart-migrator/releases/download/latest/SHA256SUMS sha256sum --ignore-missing -c SHA256SUMS tar -xzf stalwart-migrate-linux-$ARCH.tar.gz sudo install -m 0755 stalwart-migrate /usr/local/bin/