You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/11/19 18:21:25 UTC

[couchdb-local] 16/16: v0.2.1

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-local.git

commit 0b1c646a3b66cec14c052de4599573ebd323fe74
Author: Takeru Ohta <ph...@gmail.com>
AuthorDate: Fri Aug 3 15:58:24 2018 +0900

    v0.2.1
---
 src/local.app.src | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/src/local.app.src b/src/local.app.src
index 2acea36..4123b31 100644
--- a/src/local.app.src
+++ b/src/local.app.src
@@ -1,15 +1,10 @@
-%% vim: set ft=erlang : -*- erlang -*-
-{application, local,
- [
-  {description, "A Local Name Registration Facility"},
-  {vsn, "0.2.0"},
-  {registered, [local_sup]},
-  {applications, [
-                  kernel,
-                  stdlib
-                 ]},
-  {mod, { local_app, []}},
-  {env, []},
-  {maintainers,["Takeru Ohta"]},
-  {licenses,["MIT"]},
-  {links,[{"GitHub","https://github.com/sile/local"}]}]}.
+{application,local,
+             [{description,"A Local Name Registration Facility"},
+              {vsn,"0.2.1"},
+              {registered,[local_sup]},
+              {applications,[kernel,stdlib]},
+              {mod,{local_app,[]}},
+              {env,[]},
+              {maintainers,["Takeru Ohta"]},
+              {licenses,["MIT"]},
+              {links,[{"GitHub","https://github.com/sile/local"}]}]}.