Skip to content

Commit

Permalink
Fix AUR search favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
b0o committed Nov 8, 2022
1 parent 6b6eba4 commit 6866f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/search-engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ completions.au = {
name: "AUR",
search: "https://aur.archlinux.org/packages/?O=0&SeB=nd&outdated=&SB=v&SO=d&PP=100&do_Search=Go&K=",
compl: "https://aur.archlinux.org/rpc?v=5&type=suggest&arg=",
favicon: cbDefaultIcon,
}

completions.au.callback = (response) => {
Expand Down

0 comments on commit 6866f50

Please sign in to comment.