summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glsamaker/http.rb')
-rw-r--r--lib/glsamaker/http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/glsamaker/http.rb b/lib/glsamaker/http.rb
index be48898..5f63096 100644
--- a/lib/glsamaker/http.rb
+++ b/lib/glsamaker/http.rb
@@ -24,7 +24,7 @@ module Glsamaker
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true if uri.scheme == "https"
res = http.start {
- http.request_get(uri.request_uri, {'User-Agent' => "GLSAMaker/#{GLSAMAKER_VERSION} (http://security.gentoo.org/)"})
+ http.request_get(uri.request_uri, {'User-Agent' => "GLSAMaker/#{GLSAMAKER_VERSION} (https://security.gentoo.org/)"})
}
# Raises an exception if HTTP status suggests something went wrong