diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index 03654ce..cca22f2 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -19,7 +19,7 @@ let prs = readJSONFile pulls; refs = readJSONFile branches; - repo = "ahuston-0/canvas_grit_automation"; + repo = "RAD-Development/flake-update-diff"; # template for creating a job makeJob = diff --git a/hydra/spec.json b/hydra/spec.json index be4a62b..49b0274 100644 --- a/hydra/spec.json +++ b/hydra/spec.json @@ -1,7 +1,7 @@ { "enabled": 1, "hidden": false, - "description": "Canvas grit automation", + "description": "Flake update diff tool", "nixexprinput": "nixexpr", "nixexprpath": "hydra/jobsets.nix", "checkinterval": 60, @@ -12,7 +12,7 @@ "type": 0, "inputs": { "nixexpr": { - "value": "https://github.com/ahuston-0/canvas_grit_automation master", + "value": "https://github.com/RAD-Development/flake-update-diff main", "type": "git", "emailresponsible": false }, @@ -23,12 +23,12 @@ }, "pulls": { "type": "githubpulls", - "value": "ahuston-0 canvas_grit_automation", + "value": "RAD-Development/flake-update-diff", "emailresponsible": false }, "branches": { "type": "github_refs", - "value": "ahuston-0 canvas_grit_automation heads -", + "value": "RAD-Development/flake-update-diff heads -", "emailresponsible": false } }