delete default config and modify sample config to index Linus

This commit is contained in:
bkellam 2024-09-06 12:54:53 -07:00
parent ec683cc692
commit 0d8a0e8dbc
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
{
"$schema": "./schemas/zoekt-mirror.json",
"Configs": [
{
"Type": "github",
"GitHubOrg": "TaqlaAI"
}
]
}

View file

@ -3,7 +3,7 @@
"Configs": [ "Configs": [
{ {
"Type": "github", "Type": "github",
"GitHubOrg": "TaqlaAI" "GitHubUser": "torvalds"
} }
] ]
} }