]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hsl/hsl-tests.factor
Switch to https urls
[factor.git] / basis / colors / hsl / hsl-tests.factor
index 641272450d4e4976ba63366125a93a74e6614d72..7356da97a000f043a8783d4a804d792d3f35711f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2013 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: arrays colors colors.hsl kernel math.functions
 ranges sequences tools.test ;