]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/coroutines/coroutines.factor
Switch to https urls
[factor.git] / extra / coroutines / coroutines.factor
index f19235a55153670cc873c7df9f52702b88454a4c..5bb318a13c0462724ab8110294896c0bb75970bd 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: kernel hashtables namespaces make continuations accessors ;
 IN: coroutines