spirit: update homepage (#425636)

authored by Aleksana and committed by GitHub 6def76bb 5e84eb47

+2 -2
+2 -2
pkgs/by-name/sp/spirit/package.nix
··· 9 9 version = "0.8.0"; 10 10 11 11 src = fetchFromGitHub { 12 - owner = "cashapp"; 12 + owner = "block"; 13 13 repo = "spirit"; 14 14 tag = "v${finalAttrs.version}"; 15 15 hash = "sha256-bGKqiCd9dggppORouoWlAoAaYdx4vAivsP22KWm1fxU="; ··· 25 25 ]; 26 26 27 27 meta = { 28 - homepage = "https://github.com/cashapp/spirit"; 28 + homepage = "https://github.com/block/spirit"; 29 29 description = "Online schema change tool for MySQL"; 30 30 license = lib.licenses.asl20; 31 31 maintainers = with lib.maintainers; [ aaronjheng ];