]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/disjoint-sets/disjoint-sets.factor
Switch to https urls
[factor.git] / basis / disjoint-sets / disjoint-sets.factor
index 4bd9e0c8e44d566811e0ae117c8808ce90d320b1..062bce20082153343c234abe1966a5bb42563705 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2008 Eric Mertens.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors assocs hashtables kernel math sequences ;
 IN: disjoint-sets