From: Mark Wooding Date: Sun, 14 Feb 2016 01:58:07 +0000 (+0000) Subject: gremlin/gremlin.in: Use `https' scheme for Wikipedia link. X-Git-Tag: 0.1.0~4 X-Git-Url: https://git.distorted.org.uk/~mdw/autoys/commitdiff_plain/00eb0a5bd4137d3f9038c1910890bf777afc8d6b?hp=a0b7938e51f8924da359b9772b6f60c4c107c87f gremlin/gremlin.in: Use `https' scheme for Wikipedia link. Just to encourage the use of encryption to thwart mass surveillance. --- 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)]