fmt: moved the other urls to the better format
This commit is contained in:
parent
cfddc32424
commit
1a9b9a27fc
2 changed files with 18 additions and 14 deletions
28
flake.lock
28
flake.lock
|
@ -331,17 +331,19 @@
|
|||
"utils": "utils_2"
|
||||
},
|
||||
"locked": {
|
||||
"host": "gitlab.skynet.ie",
|
||||
"lastModified": 1689553492,
|
||||
"narHash": "sha256-qrCH95lvvRJ8TjMKjfM6+qZY9kOgWXiJcX7CkF1lhuY=",
|
||||
"ref": "refs/heads/main",
|
||||
"owner": "compsoc%2Fskynet%2Fldap",
|
||||
"repo": "backend",
|
||||
"rev": "f73a7dfa290dadd1e9ec109518da511f39b551c1",
|
||||
"revCount": 46,
|
||||
"type": "git",
|
||||
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git"
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git"
|
||||
"host": "gitlab.skynet.ie",
|
||||
"owner": "compsoc%2Fskynet%2Fldap",
|
||||
"repo": "backend",
|
||||
"type": "gitlab"
|
||||
}
|
||||
},
|
||||
"skynet_ldap_frontend": {
|
||||
|
@ -350,17 +352,19 @@
|
|||
"utils": "utils_3"
|
||||
},
|
||||
"locked": {
|
||||
"host": "gitlab.skynet.ie",
|
||||
"lastModified": 1689857714,
|
||||
"narHash": "sha256-KJYvtsJnDZWRePyOh3XWCMA/sXSU1Dg6EnE65b/jqsc=",
|
||||
"ref": "refs/heads/main",
|
||||
"owner": "compsoc%2Fskynet%2Fldap",
|
||||
"repo": "frontend",
|
||||
"rev": "310c4f7df01a9e42441523eaacfdacb68018829c",
|
||||
"revCount": 13,
|
||||
"type": "git",
|
||||
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git"
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git"
|
||||
"host": "gitlab.skynet.ie",
|
||||
"owner": "compsoc%2Fskynet%2Fldap",
|
||||
"repo": "frontend",
|
||||
"type": "gitlab"
|
||||
}
|
||||
},
|
||||
"skynet_website": {
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
|
||||
# sso.skynet.ie
|
||||
skynet_ldap_backend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git";
|
||||
skynet_ldap_frontend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git";
|
||||
skynet_ldap_backend.url = "gitlab:compsoc%2Fskynet%2Fldap/backend?host=gitlab.skynet.ie";
|
||||
skynet_ldap_frontend.url = "gitlab:compsoc%2Fskynet%2Fldap/frontend?host=gitlab.skynet.ie";
|
||||
|
||||
skynet_website.url = "gitlab:compsoc%2Fskynet/website?host=gitlab.skynet.ie";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue