]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base85/base85.factor
Switch to https urls
[factor.git] / extra / base85 / base85.factor
index 44d3d9289d29e53fa74f3b2f6d74b545e0c69349..59d7f297568710e66c32791c65828301be125a40 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2013 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 ;