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";
tags = [
"fallaryn"
] ++ gitlabTags;
]
++ gitlabTags;
keyword = "GitLab";
}
{
name = "GitLab (Isaac)";
url = "${gitlabURL}/askyourself";
name = "Askyourself (Code)";
url = "https://code.askyourself.ca/ask-yourself/ask-yourself";
tags = [
"isaac"
"askyourself"
] ++ gitlabTags;
keyword = "GitLab";
];
keyword = "Isaac";
}
{
name = "GitLab (Nick)";
url = "${gitlabURL}/upRootNutrition";
tags = [
"uprootnutrition"
] ++ gitlabTags;
]
++ gitlabTags;
keyword = "GitLab";
}
{