]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/colors-tests.factor
Switch to https urls
[factor.git] / basis / colors / colors-tests.factor
index 18a69b2ad197ce9f37da692debfd88a908db2679..fd9645959abb1a5f0195c55ac3d0cd884ee940aa 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors colors colors.private literals tools.test ;
 
 { t } [ COLOR: light-green value>> rgba? ] unit-test