]> gitweb.factorcode.org Git - factor.git/commitdiff
zealot: fix rename vocab
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 30 Jan 2022 20:20:51 +0000 (14:20 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 30 Jan 2022 20:20:51 +0000 (14:20 -0600)
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 ;