]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/channels.factor
Switch to https urls
[factor.git] / basis / channels / channels.factor
index 8424d50572ac7d5a6508b93978652b6bf8172ef6..3d13350741c453a237778bf57c34c56f570c4e1e 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2007 Chris Double. All Rights Reserved.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 !
 ! Channels - based on ideas from newsqueak
 USING: accessors kernel random sequences threads ;