diff options
author | Robert Buchholz <rbu@goodpoint.de> | 2009-07-16 16:55:35 +0200 |
---|---|---|
committer | Robert Buchholz <rbu@goodpoint.de> | 2009-07-16 16:55:35 +0200 |
commit | 883141c7d823c509609a8a929644c0d8c1db48dc (patch) | |
tree | a2e1768dbd0b5c996745cbff52f5db1948ec0bd3 | |
parent | Adjusting textbox sizes for description & impact (diff) | |
download | glsamakerv1.tar.gz glsamakerv1.tar.bz2 glsamakerv1.zip |
Link to https://bugs.gentoo.org in emailsglsamakerv1
-rw-r--r-- | includes/xml.glsaparser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/xml.glsaparser b/includes/xml.glsaparser index 9712194..69317d5 100644 --- a/includes/xml.glsaparser +++ b/includes/xml.glsaparser @@ -1201,7 +1201,7 @@ class GLSAParser { $string .= 'confidentiality and security of our users machines is of utmost'.$newLine; $string .= 'importance to us. Any security concerns should be addressed to'.$newLine; $string .= 'security@gentoo.org or alternatively, you may file a bug at'.$newLine; - $string .= 'http://bugs.gentoo.org.'.$newLine; + $string .= 'https://bugs.gentoo.org.'.$newLine; $string .= $newLine.'License'.$newLine.'======='.$newLine.$newLine.'Copyright '.date('Y').' Gentoo Foundation, Inc; referenced text'.$newLine.'belongs to its owner(s).'.$newLine.$newLine.'The contents of this document are licensed under the'.$newLine.'Creative Commons - Attribution / Share Alike license.'.$newLine.$newLine.'http://creativecommons.org/licenses/by-sa/2.5'.$newLine; return $string; |