summaryrefslogtreecommitdiff
path: root/magic/Magdir/webassembly
diff options
context:
space:
mode:
Diffstat (limited to 'magic/Magdir/webassembly')
-rw-r--r--magic/Magdir/webassembly6
1 files changed, 3 insertions, 3 deletions
diff --git a/magic/Magdir/webassembly b/magic/Magdir/webassembly
index 8a4ce1b1a599..3b1d37e667bd 100644
--- a/magic/Magdir/webassembly
+++ b/magic/Magdir/webassembly
@@ -1,12 +1,12 @@
#------------------------------------------------------------------------------
-# $File: webassembly,v 1.2 2017/05/02 14:05:29 christos Exp $
+# $File: webassembly,v 1.3 2019/04/19 00:42:27 christos Exp $
# webassembly: file(1) magic for WebAssembly modules
#
# WebAssembly is a virtual architecture developed by a W3C Community
-# Group at http://webassembly.org/. The file extension is .wasm, and
+# Group at https://webassembly.org/. The file extension is .wasm, and
# the MIME type is application/wasm.
#
-# http://webassembly.org/docs/binary-encoding/ is the main
+# https://webassembly.org/docs/binary-encoding/ is the main
# document describing the binary format.
# From: Pip Cet <pipcet@gmail.com> and Joel Martin