]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/lru-cache/lru-cache.factor
Switch to https urls
[factor.git] / extra / lru-cache / lru-cache.factor
index 0cb21b9b09a34d391f7f4e625f7b547e56ae4557..a53ad45c2fae169735bee9604212c9f310c5095f 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2017 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: accessors assocs deques dlists kernel linked-assocs
 linked-assocs.private math sequences.private ;