diff options
Diffstat (limited to 'plugins/repology.lua')
-rw-r--r-- | plugins/repology.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repology.lua b/plugins/repology.lua index 952be5e..57278b6 100644 --- a/plugins/repology.lua +++ b/plugins/repology.lua @@ -5,7 +5,7 @@ local json = require("json") -- https://repology.org/api -- /repology void_x86_64 function repology(arg) - os.setenv("http_proxy", "http://172.17.0.1:8120") + -- os.setenv("http_proxy", "http://172.17.0.1:8120") local http = require("http") |