Skip to content

Commit

Permalink
Fix macupdate.com bang URL (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Aug 26, 2024
1 parent 45bd7b3 commit 5f0eb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/bangs.json
Original file line number Diff line number Diff line change
Expand Up @@ -56424,7 +56424,7 @@
"s": "MacUpdate",
"d": "www.macupdate.com",
"t": "macupdate",
"u": "https://www.macupdate.com/find/mac/{{{s}}}",
"u": "https://www.macupdate.com/find/mac/context={{{s}}}",
"c": "Shopping",
"sc": "Tech"
},
Expand Down Expand Up @@ -61956,7 +61956,7 @@
"s": "MacUpdate",
"d": "macupdate.com",
"t": "mu",
"u": "https://macupdate.com/find/mac/{{{s}}}",
"u": "https://macupdate.com/find/mac/context={{{s}}}",
"c": "Tech",
"sc": "Downloads (software)"
},
Expand Down

0 comments on commit 5f0eb51

Please sign in to comment.