]> gitweb.factorcode.org Git - factor.git/blobdiff - core/macros/expander/expander.factor
Switch to https urls
[factor.git] / core / macros / expander / expander.factor
index 69f7c5c8c7e5c60927f9469eeb4cf74408f568f6..23d846323f69383a22bf59a36408cf2d566650c7 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays combinators combinators.short-circuit
 continuations effects generalizations kernel make math
 namespaces quotations sequences sequences.private vectors words ;