]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/base64/base64.factor
Switch to https urls
[factor.git] / extra / benchmark / base64 / base64.factor
index 4f8499a4e3cda404582382bc37a765702e5ae26a..d0381e2209816fb89b54da0720ed98cdf0d4a704 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: math sequences kernel base64 ;
 IN: benchmark.base64