]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/toml/toml.factor
Switch to https urls
[factor.git] / basis / toml / toml.factor
index 7ab011ff5593c90c10f3cc67f51c361258e31f97..6d2caed175ee1bc72ad866d47699223f30aecda9 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2019 John Benediktsson
-! See http://factorcode.org/license.txt for BSD license
+! See https://factorcode.org/license.txt for BSD license
 
 USING: accessors assocs hashtables kernel make math.parser peg
 peg.parsers regexp sequences splitting strings.parser ;