]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/retries/retries.factor
Switch to https urls
[factor.git] / basis / retries / retries.factor
index 29a069d34f04dff29472fe2aa22dee6bd8a9f5ec..36223dedfd3f8b7987155dd52605d2b9dc2f2106 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2021 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays calendar combinators combinators.smart
 continuations kernel math math.functions math.parser ranges
 namespaces prettyprint random sequences system threads ;