From 78ca6583b336e7ecc005f75f63d22a2081147518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 21 Jan 2023 10:53:11 +0100 Subject: [PATCH] Fix githubpulls value --- hydra/spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/spec.json b/hydra/spec.json index 7a44d01..37cae5e 100644 --- a/hydra/spec.json +++ b/hydra/spec.json @@ -22,7 +22,7 @@ }, "prsJSON": { "type": "githubpulls", - "value": "https://api.github.com/repos/DarkKirb/nix-packages/pulls", + "value": "DarkKirb nixos-config", "emailresponsible": false } }