]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base16/base16.factor
Switch to https urls
[factor.git] / extra / base16 / base16.factor
index 7c6976e266f554104eedebcc812cb485bc6f3d05..e83df7e74b1f37e0235e076dfec6696998e8564f 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 io
 io.encodings.binary io.streams.byte-array kernel kernel.private
 literals math namespaces sequences ;