mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: updated isaac's code page
This commit is contained in:
parent
8c15b446a4
commit
d846d140bb
1 changed files with 8 additions and 6 deletions
|
|
@ -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";
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue