gremlin/gremlin.in: Use `https' scheme for Wikipedia link.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 14 Feb 2016 01:58:07 +0000 (01:58 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 Feb 2016 02:09:46 +0000 (02:09 +0000)
Just to encourage the use of encryption to thwart mass surveillance.

gremlin/gremlin.in

index 9dbde3b..c029bc3 100755 (executable)
@@ -1089,7 +1089,7 @@ class AudioFormat (BaseFormat):
 class OggVorbisFormat (AudioFormat):
   "AudioFormat object for Ogg Vorbis."
 
-  ## From http://en.wikipedia.org/wiki/Vorbis
+  ## From https://en.wikipedia.org/wiki/Vorbis
   QMAP = [(-1,  45), ( 0,  64), ( 1,  80), ( 2,  96),
           ( 3, 112), ( 4, 128), ( 5, 160), ( 6, 192),
           ( 7, 224), ( 8, 256), ( 9, 320), (10, 500)]