You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 21:02:49 UTC

[41/50] meck commit: updated refs/heads/master to 3544aca

Fix syntax error in .app.src


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/f32efa5d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/f32efa5d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/f32efa5d

Branch: refs/heads/master
Commit: f32efa5d12d602215729f4961ad1dadb6ebadcca
Parents: 5ea90ad
Author: Adam Lindberg <he...@alind.io>
Authored: Thu Jun 29 15:10:43 2017 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Thu Jun 29 15:10:43 2017 +0200

----------------------------------------------------------------------
 src/meck.app.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/f32efa5d/src/meck.app.src
----------------------------------------------------------------------
diff --git a/src/meck.app.src b/src/meck.app.src
index 2a4db46..c0b729c 100644
--- a/src/meck.app.src
+++ b/src/meck.app.src
@@ -11,6 +11,6 @@
     {licenses, ["Apache 2.0"]},
     {links, [
         {"Changelog", "https://github.com/eproxus/meck/blob/master/CHANGELOG.md"},
-        {"GitHub", "https://github.com/eproxus/meck"},
+        {"GitHub", "https://github.com/eproxus/meck"}
     ]}
 ]}.