fix: move teh website into its own folder

This commit is contained in:
silver 2023-07-23 00:58:17 +01:00
parent 9ca0ff3d74
commit 0cdce08534
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
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";
skynet_website.url = "gitlab:compsoc%2Fskynet%2Fwebsite/2023?host=gitlab.skynet.ie";
};
outputs = { self, nixpkgs, ... } @inputs: {