Unverified Commit 16956ab4 authored by Noa Aarts's avatar Noa Aarts
Browse files

tyson: change homepage to new name

parent 01de376e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
  };