tyson: change homepage to new name

This commit is contained in:
Noa Aarts
2024-11-07 15:20:46 +01:00
parent 01de376e2d
commit 16956ab47c
@@ -37,8 +37,8 @@ buildGoModule rec {
meta = with lib; {
description = "TypeScript as a configuration language";
mainProgram = "tyson";
homepage = "https://github.com/jetpack-io/tyson";
changelog = "https://github.com/jetpack-io/tyson/releases/tag/${src.rev}";
homepage = "https://github.com/jetify-com/tyson";
changelog = "https://github.com/jetify-com/tyson/releases/tag/${src.rev}";
license = licenses.asl20;
maintainers = with maintainers; [ figsoda ];
};