]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/coroutines/coroutines-tests.factor
Switch to https urls
[factor.git] / extra / coroutines / coroutines-tests.factor
index 90e88f64fb27e8cc33e6ab8a100aae535efc5002..251a78b1ad56576c04243db5e1cd857ff29781b5 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.
 IN: coroutines.tests
 USING: coroutines kernel sequences prettyprint tools.test math ;