From 9c225d3a27fa84ee6aee8bb607529e72473566a4 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Dec 2024 21:55:09 +0800 Subject: [PATCH] hydra: make sourceInfo.lastModified available to sipyco --- hydra/artiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index bc735d7..086d3c8 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -161,7 +161,7 @@ "type": 1, "hidden": false, "description": "Simple Python Communications", - "flake": "github:m-labs/sipyco", + "flake": "git+https://github.com/m-labs/sipyco.git", "checkinterval": 600, "schedulingshares": 10, "enableemail": false,