From 9770b4089a65d0dc916005bf7acbe38c69c229b9 Mon Sep 17 00:00:00 2001 From: schweby Date: Tue, 20 Apr 2021 21:39:17 +0200 Subject: [PATCH] sources.json: replace refs with branches refs are the old way of referring to what niv tracks for updates niv actively encourages to switch to branches or tags so this is done here --- nix/sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index fd6eaed..2448d4a 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,6 +1,6 @@ { "haccmap": { - "ref": "master", + "branch": "master", "repo": "https://gitlab.infra4future.de/hacc/haccspace-rc3-map", "rev": "3b99ee7e5bb2f27044784d03572da77d39cb2427", "type": "git" @@ -89,7 +89,7 @@ "type": "git" }, "workadventure": { - "ref": "master", + "branch": "master", "repo": "https://stuebinm.eu/git/workadventure-nix", "rev": "cbe9196fba75be98569d7504e7c1d091bcbf053e", "type": "git"