Fix syntax errors
This commit is contained in:
parent
c9088a4b8e
commit
279d0105ad
|
@ -47,10 +47,12 @@ pkgs: {
|
|||
};
|
||||
"Anna's Archive" = {
|
||||
urls = [
|
||||
template = "https://annas-archive.org/search";
|
||||
params = [
|
||||
{name = "q"; value = "{searchTerms}"};
|
||||
];
|
||||
{
|
||||
template = "https://annas-archive.org/search";
|
||||
params = [
|
||||
{name = "q"; value = "{searchTerms}";}
|
||||
];
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://annas-archive.org/favicon.ico";
|
||||
updateInterval = 7 * 24 * 60 * 60 * 1000; # every week
|
||||
|
@ -58,10 +60,12 @@ pkgs: {
|
|||
};
|
||||
"GitHub" = {
|
||||
urls = [
|
||||
template = "https://github.com/search";
|
||||
params = [
|
||||
{name = "q"; value = "{searchTerms}"};
|
||||
];
|
||||
{
|
||||
template = "https://github.com/search";
|
||||
params = [
|
||||
{name = "q"; value = "{searchTerms}";}
|
||||
];
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://github.com/favicon.ico";
|
||||
updateInterval = 7 * 24 * 60 * 60 * 1000; # every week
|
||||
|
|
Loading…
Reference in a new issue