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:46 UTC

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

Add Changelog to Hex.pm links


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

Branch: refs/heads/master
Commit: 5d8ff857bccab905fc0a046a22a035a5e53a3545
Parents: 13f0a6f
Author: Adam Lindberg <he...@alind.io>
Authored: Thu Jun 29 14:58:00 2017 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Thu Jun 29 14:58:00 2017 +0200

----------------------------------------------------------------------
 src/meck.app.src | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/5d8ff857/src/meck.app.src
----------------------------------------------------------------------
diff --git a/src/meck.app.src b/src/meck.app.src
index 5794610..b159f0f 100644
--- a/src/meck.app.src
+++ b/src/meck.app.src
@@ -9,5 +9,8 @@
     % Hex.pm
     {maintainers, ["Adam Lindberg"]},
     {licenses, ["Apache 2.0"]},
-    {links, [{"GitHub", "https://github.com/eproxus/meck"}]}
+    {links, [
+        {"Changelog", "https://github.com/eproxus/meck/blob/master/CHANGELOG.md"},
+        {"GitHub", "https://github.com/eproxus/meck"},
+    ]}
 ]}.