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
This commit is contained in:
schweby 2021-04-20 21:39:17 +02:00
parent df31a3da35
commit 9770b4089a
No known key found for this signature in database
GPG key ID: B880491D046E2F87

View file

@ -1,6 +1,6 @@
{ {
"haccmap": { "haccmap": {
"ref": "master", "branch": "master",
"repo": "https://gitlab.infra4future.de/hacc/haccspace-rc3-map", "repo": "https://gitlab.infra4future.de/hacc/haccspace-rc3-map",
"rev": "3b99ee7e5bb2f27044784d03572da77d39cb2427", "rev": "3b99ee7e5bb2f27044784d03572da77d39cb2427",
"type": "git" "type": "git"
@ -89,7 +89,7 @@
"type": "git" "type": "git"
}, },
"workadventure": { "workadventure": {
"ref": "master", "branch": "master",
"repo": "https://stuebinm.eu/git/workadventure-nix", "repo": "https://stuebinm.eu/git/workadventure-nix",
"rev": "cbe9196fba75be98569d7504e7c1d091bcbf053e", "rev": "cbe9196fba75be98569d7504e7c1d091bcbf053e",
"type": "git" "type": "git"