]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations.factor
Switch to https urls
[factor.git] / core / continuations / continuations.factor
index 4e1077250c3ff371e3f456098b2cb523acee2fd5..e192f47bfd927a7f1e28520843af12b7d99828e3 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2003, 2011 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs classes combinators combinators.private
 kernel kernel.private make namespaces sequences vectors ;
 IN: continuations