]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sorting/heap/heap.factor
Switch to https urls
[factor.git] / extra / sorting / heap / heap.factor
index ff336823588983c32ca4c007cc7c71d263dbd0a9..d70fe4c292682b4fb0b0075eda1fd7123560f01a 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2014 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: heaps kernel sequences vectors ;