]> gitweb.factorcode.org Git - factor.git/commitdiff
furnace.auth.providers.couchdb: fix manifest
authorJoe Groff <arcata@gmail.com>
Thu, 1 Dec 2011 01:58:29 +0000 (17:58 -0800)
committerJoe Groff <arcata@gmail.com>
Thu, 1 Dec 2011 01:58:52 +0000 (17:58 -0800)
basis/furnace/auth/providers/couchdb/couchdb.factor

index e11c3a8ae4b9c0917bf1113beaf2a038cf1bab11..96ac8232f91f211d129cc6ebe72fffab9b560891 100644 (file)
@@ -3,7 +3,7 @@ json.writer kernel mirrors sequences urls urls.encoding
 arrays furnace.auth byte-arrays combinators.short-circuit
 strings continuations combinators base64 make
 locals namespaces ;
-FROM: namespaces => change-at ;
+FROM: assocs => change-at ;
 IN: furnace.auth.providers.couchdb
 
 ! !!! Implement the authentication protocol for CouchDB.