]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/hashtables/numbers/numbers.factor
Switch to https urls
[factor.git] / basis / hashtables / numbers / numbers.factor
index 42b162d84a1f97e75d2f6a114513f565586e648a..f846c515bb2e01dad4fa8720ee35f73a7aa43017 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2013 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: accessors assocs hashtables hashtables.wrapped kernel
 math math.hashcodes parser vocabs.loader ;