From 4700921dbbbabd3587baa6067bf4a46373aa155c Mon Sep 17 00:00:00 2001 From: illustris Date: Sat, 5 Feb 2022 14:52:10 +0000 Subject: [PATCH] Update 'spec.nix' --- spec.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spec.nix b/spec.nix index 3313c07..bf03937 100644 --- a/spec.nix +++ b/spec.nix @@ -19,14 +19,15 @@ "inputs": { "src": { "type": "git", - "value": "git://github.com/shlevy/declarative-hydra-example.git master", + "value": "https://git.illustris.tech/illustris/hydra-builds master", "emailresponsible": false }, "nixpkgs": { "type": "git", - "value": "https://github.com/NixOS/nixpkgs.git master", + "value": "https://github.com/NixOS/nixpkgs master", "emailresponsible": false - } + }, + "maintainer": { "type": "string", "value": "illustris" } } } EOF