From 79cb6fdcf7463ab215e65441940b525b593acf93 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 13 May 2021 15:42:22 +0800 Subject: [PATCH] hydra: fix case in previous commit --- hydra/artiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index ff0ba22..5a1d455 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -184,7 +184,7 @@ "artiq-zynq": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/artiq-zynq.git", "emailresponsible": false }, "gitea_repo_name": { "value": "artiq-zynq", "type": "string" }, - "gitea_repo_owner": { "value": "m-labs", "type": "string" }, + "gitea_repo_owner": { "value": "M-Labs", "type": "string" }, "gitea_status_repo": { "value": "artiq-zynq", "type": "string" } } }