]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/zealot/zealot.factor
zealot: fix rename vocab
[factor.git] / extra / zealot / zealot.factor
index bf270fc6a7c4baf7c96065ca80652b61e264b7dc..1290b75571fc3525dde7cf20fa7592fe67d9d8c7 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2017 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: cli.git combinators io.directories io.files.info
-io.pathnames kernel sequences uuid web-services.github ;
+io.pathnames kernel sequences uuid github ;
 IN: zealot
 
 : default-zealot-directory ( chunk -- path ) [ home ".zealot" ] dip 3append-path ;