diff options
-rw-r--r-- | gen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require 'nokogiri' require 'open-uri' REPOSITORIES_XML = 'https://api.gentoo.org/overlays/repositories.xml'.freeze -$xml = Nokogiri::XML(open(REPOSITORIES_XML)) +$xml = Nokogiri::XML(URI.open(REPOSITORIES_XML)) def render_table r = '' |