feat: updated isaac's code page

This commit is contained in:
Nick 2025-10-06 15:00:21 -05:00
parent 8c15b446a4
commit d846d140bb

View file

@ -79,24 +79,26 @@ in
url = "${gitlabURL}/fallaryn"; url = "${gitlabURL}/fallaryn";
tags = [ tags = [
"fallaryn" "fallaryn"
] ++ gitlabTags; ]
++ gitlabTags;
keyword = "GitLab"; keyword = "GitLab";
} }
{ {
name = "GitLab (Isaac)"; name = "Askyourself (Code)";
url = "${gitlabURL}/askyourself"; url = "https://code.askyourself.ca/ask-yourself/ask-yourself";
tags = [ tags = [
"isaac" "isaac"
"askyourself" "askyourself"
] ++ gitlabTags; ];
keyword = "GitLab"; keyword = "Isaac";
} }
{ {
name = "GitLab (Nick)"; name = "GitLab (Nick)";
url = "${gitlabURL}/upRootNutrition"; url = "${gitlabURL}/upRootNutrition";
tags = [ tags = [
"uprootnutrition" "uprootnutrition"
] ++ gitlabTags; ]
++ gitlabTags;
keyword = "GitLab"; keyword = "GitLab";
} }
{ {