]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/thread/thread.factor
Switch to https urls
[factor.git] / basis / io / thread / thread.factor
index 50a71ea04d9bc1187af8e11382bba5836f1f9651..881a95832d3c62097ef5234bf2063cd67fc59ad4 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2011 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: continuations init io.backend kernel namespaces threads ;
 IN: io.thread