]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/hsl/hsl.factor
Switch to https urls
[factor.git] / basis / colors / hsl / hsl.factor
index d39c1d66aba3557f5a463d89cede99b9a5da89b5..21f5333bc3ac4a56fbecad97c8f27e049b063b29 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2012 John Benediktsson
-! 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.order ;