This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch 749-fix-couch_peruser-app-structure in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b8334eecf78e16c3a2d6a2cf37dec7f26ee0782d Author: Jan Lehnardt <[email protected]> AuthorDate: Mon Oct 9 07:55:27 2017 +0200 add registered modules --- src/couch_peruser/src/couch_peruser.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/couch_peruser/src/couch_peruser.app.src b/src/couch_peruser/src/couch_peruser.app.src index f7c5134..6cfaf44 100644 --- a/src/couch_peruser/src/couch_peruser.app.src +++ b/src/couch_peruser/src/couch_peruser.app.src @@ -13,7 +13,7 @@ {application, couch_peruser, [ {description, "couch_peruser - maintains per-user databases in CouchDB"}, {vsn, git}, - {registered, []}, + {registered, [couch_peruser, couch_peruser_sup]}, {applications, [kernel, stdlib, config, couch, fabric, mem3]}, {mod, {couch_peruser_app, []}}, {env, []} -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
