From 16956ab47c576c35ba3cccda421f8dee427d4223 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 7 Nov 2024 15:20:46 +0100 Subject: [PATCH] tyson: change homepage to new name --- pkgs/development/tools/misc/tyson/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/tyson/default.nix b/pkgs/development/tools/misc/tyson/default.nix index 7140aaa55c5b..ace33ac47201 100644 --- a/pkgs/development/tools/misc/tyson/default.nix +++ b/pkgs/development/tools/misc/tyson/default.nix @@ -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 ]; };