summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bugzilla.rb')
-rw-r--r--lib/bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bugzilla.rb b/lib/bugzilla.rb
index d9b8c44..dd4d714 100644
--- a/lib/bugzilla.rb
+++ b/lib/bugzilla.rb
@@ -183,7 +183,7 @@ module Bugzilla
def xmlrpc_client
client = XMLRPC::Client.new(GLSAMAKER_BUGZIE_HOST, '/xmlrpc.cgi', 443, nil, nil, nil, nil, true)
- client.http_header_extra = {'User-Agent' => "GLSAMaker/#{GLSAMAKER_VERSION} (http://security.gentoo.org/)"}
+ client.http_header_extra = {'User-Agent' => "GLSAMaker/#{GLSAMAKER_VERSION} (https://security.gentoo.org/)"}
token = ''
token_file = File.join(Rails.root, 'tmp', 'bugzie-token.txt')