From 00eb0a5bd4137d3f9038c1910890bf777afc8d6b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 14 Feb 2016 01:58:07 +0000 Subject: [PATCH 1/1] gremlin/gremlin.in: Use `https' scheme for Wikipedia link. Just to encourage the use of encryption to thwart mass surveillance. --- gremlin/gremlin.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin/gremlin.in b/gremlin/gremlin.in index 9dbde3b..c029bc3 100755 --- a/gremlin/gremlin.in +++ b/gremlin/gremlin.in @@ -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)] -- 2.11.0