]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base32/base32.factor
Switch to https urls
[factor.git] / extra / base32 / base32.factor
index 24b46f9236303ab10525f8068992ab759b6312d6..1fb81b69c0297b079e3d60b25e70d59e6193032d 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2019 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 USING: base64.private byte-arrays combinators endian io
 io.encodings.binary io.streams.byte-array kernel kernel.private
 literals math namespaces sequences ;