]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base36/base36.factor
Switch to https urls
[factor.git] / extra / base36 / base36.factor
index c67a49fadfd5f54688f4c1d94dd049d1bb7ea5cf..18c94a5572fe8eb91ade83112ad0d9a3e1ff4150 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2020 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 endian kernel kernel.private
 literals math math.functions sequences ;