]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hsv/hsv.factor
Switch to https urls
[factor.git] / basis / colors / hsv / hsv.factor
index 0ebc0e58edec37637fb755d654189a9ddbff1661..7cd71ac344e09c72ed0ecabcb0009fa7e274feb8 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Eduardo Cavazos.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors colors combinators kernel math math.functions
 random sequences sorting ;
 IN: colors.hsv