fmt: moved the other urls to the better format

This commit is contained in:
silver 2023-07-21 22:04:06 +01:00
parent cfddc32424
commit 1a9b9a27fc
2 changed files with 18 additions and 14 deletions

View file

@ -331,17 +331,19 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"host": "gitlab.skynet.ie",
"lastModified": 1689553492, "lastModified": 1689553492,
"narHash": "sha256-qrCH95lvvRJ8TjMKjfM6+qZY9kOgWXiJcX7CkF1lhuY=", "narHash": "sha256-qrCH95lvvRJ8TjMKjfM6+qZY9kOgWXiJcX7CkF1lhuY=",
"ref": "refs/heads/main", "owner": "compsoc%2Fskynet%2Fldap",
"repo": "backend",
"rev": "f73a7dfa290dadd1e9ec109518da511f39b551c1", "rev": "f73a7dfa290dadd1e9ec109518da511f39b551c1",
"revCount": 46, "type": "gitlab"
"type": "git",
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git"
}, },
"original": { "original": {
"type": "git", "host": "gitlab.skynet.ie",
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git" "owner": "compsoc%2Fskynet%2Fldap",
"repo": "backend",
"type": "gitlab"
} }
}, },
"skynet_ldap_frontend": { "skynet_ldap_frontend": {
@ -350,17 +352,19 @@
"utils": "utils_3" "utils": "utils_3"
}, },
"locked": { "locked": {
"host": "gitlab.skynet.ie",
"lastModified": 1689857714, "lastModified": 1689857714,
"narHash": "sha256-KJYvtsJnDZWRePyOh3XWCMA/sXSU1Dg6EnE65b/jqsc=", "narHash": "sha256-KJYvtsJnDZWRePyOh3XWCMA/sXSU1Dg6EnE65b/jqsc=",
"ref": "refs/heads/main", "owner": "compsoc%2Fskynet%2Fldap",
"repo": "frontend",
"rev": "310c4f7df01a9e42441523eaacfdacb68018829c", "rev": "310c4f7df01a9e42441523eaacfdacb68018829c",
"revCount": 13, "type": "gitlab"
"type": "git",
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git"
}, },
"original": { "original": {
"type": "git", "host": "gitlab.skynet.ie",
"url": "https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git" "owner": "compsoc%2Fskynet%2Fldap",
"repo": "frontend",
"type": "gitlab"
} }
}, },
"skynet_website": { "skynet_website": {

View file

@ -16,8 +16,8 @@
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
# sso.skynet.ie # sso.skynet.ie
skynet_ldap_backend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/backend.git"; skynet_ldap_backend.url = "gitlab:compsoc%2Fskynet%2Fldap/backend?host=gitlab.skynet.ie";
skynet_ldap_frontend.url = "git+https://gitlab.skynet.ie/compsoc/skynet/ldap/frontend.git"; skynet_ldap_frontend.url = "gitlab:compsoc%2Fskynet%2Fldap/frontend?host=gitlab.skynet.ie";
skynet_website.url = "gitlab:compsoc%2Fskynet/website?host=gitlab.skynet.ie"; skynet_website.url = "gitlab:compsoc%2Fskynet/website?host=gitlab.skynet.ie";
}; };