]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/environment/environment.factor
stomp.cli: simplify
[factor.git] / basis / environment / environment.factor
index 4647fb45787346539beca577197865680321fd4f..ffd3eb441d4477f1544c4f11b5e865ab1097d4db 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
-USING: assocs combinators continuations init kernel sequences
+! See https://factorcode.org/license.txt for BSD license.
+USING: assocs combinators continuations kernel sequences
 splitting system vocabs vocabs.loader ;
 IN: environment