spirit: update homepage (#425636)

This commit is contained in:
Aleksana
2025-07-21 10:19:49 +08:00
committed by GitHub
+2 -2
View File
@@ -9,7 +9,7 @@ buildGoModule (finalAttrs: {
version = "0.8.0";
src = fetchFromGitHub {
owner = "cashapp";
owner = "block";
repo = "spirit";
tag = "v${finalAttrs.version}";
hash = "sha256-bGKqiCd9dggppORouoWlAoAaYdx4vAivsP22KWm1fxU=";
@@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
];
meta = {
homepage = "https://github.com/cashapp/spirit";
homepage = "https://github.com/block/spirit";
description = "Online schema change tool for MySQL";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];