]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/game/game.factor
Switch to https urls
[factor.git] / extra / tetris / game / game.factor
index ac5dbc2579ea3f31944b460ada4e38aae2d21d7c..62eebb55c6f4da3c7a70fe16d5a6d2b52e94a41f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2006, 2007, 2008 Alex Chapman
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 
 USING: accessors combinators kernel lists math math.functions
 sequences system tetris.board tetris.piece ;