]> gitweb.factorcode.org Git - factor.git/commitdiff
web-services.github: Fix the IN:.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 8 Aug 2017 21:09:52 +0000 (16:09 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 8 Aug 2017 21:09:52 +0000 (16:09 -0500)
extra/web-services/github/github.factor

index 6eaa9d23fa99349a0fee8988e555450f00ffc42f..09cfa16485f33f6c7a815687dd392f1d354bbc79 100644 (file)
@@ -4,7 +4,7 @@ USING: assocs cli.git concurrency.combinators
 concurrency.semaphores formatting fry http.client io
 io.directories json.reader kernel locals math namespaces
 sequences ;
-IN: github
+IN: web-services.github
 
 SYMBOL: github-username
 SYMBOL: github-token