]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/lch/lch.factor
Switch to https urls
[factor.git] / basis / colors / lch / lch.factor
index e586e4c9402e9e27631e45760816f00bcd807274..5b5d53d49f02599a7d45d6d1a35f4ede174f674c 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2014 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: accessors colors colors.lab colors.luv colors.xyz kernel
 math math.functions math.libm math.trig ;