]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/snake-game/game/game.factor
Switch to https urls
[factor.git] / extra / snake-game / game / game.factor
index e70950edaa9191d8c75129eeb5396323ec00bced..1ce9c04b40f38b31b2fc219b5825600ac74dacb5 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2015 Sankaranarayanan Viswanathan.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs combinators kernel make math
 math.vectors random sequences sets sorting ;