Loading pkgs/development/tools/misc/tyson/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/tools/misc/tyson/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading