spirit: update homepage

This commit is contained in:
Aaron Jheng 2025-07-16 08:34:31 +08:00
parent d7c8095791
commit a3fbfb73f2
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

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 ];