Fix pypi search engine (it's pypi.org now!) - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 813721512ae1ace3eb690e1ca5be9f4205ce0962
 (DIR) parent 557e505ce9a4da9654846dca4d05c2b701d9d9ed
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed,  3 Oct 2018 09:39:34 
       
       Fix pypi search engine (it's pypi.org now!)
       
       Diffstat:
        config/luakit/userconf.lua |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 557e505ce9a4 -r 813721512ae1 config/luakit/userconf.lua
       --- a/config/luakit/userconf.lua        Wed Oct 03 03:11:56 2018 +0200
       +++ b/config/luakit/userconf.lua        Wed Oct 03 09:39:34 2018 +0200
       @@ -33,7 +33,7 @@
            gs = "https://scholar.google.com/scholar?q=%s",
            imdb = "https://www.imdb.com/find?s=all&q=%s",
            iten = "https://wordreference.com/iten/%s",
       -    pypi = "https://pypi.python.org/pypi?q=%s",
       +    pypi = "https://pypi.org/search/?q=%s",
            rfc = "https://tools.ietf.org/html/rfc%s",
            vt = "http://www.treccani.it/vocabolario/tag/%s/",
            wa = "https://www.archive.org/searchresults.php?mediatype=web&Submit=Take+Me+Back&search=%s",