diff options
author | Daniel Luna <daniel@lunas.se> | 2012-08-28 13:21:05 -0400 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-11-05 06:19:02 -0700 |
commit | 2b5844d14ca6a642bc7177263b8fbe632047e59d (patch) | |
tree | 5594ffaa35d28d6123850f0b0f0478f93ab9df10 | |
parent | 3ef13839d7a5a29a31897932dd087bf7187bd271 (diff) |
Add email address to my name
-rw-r--r-- | src/rebar_xref.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rebar_xref.erl b/src/rebar_xref.erl index 84b59f6..144760a 100644 --- a/src/rebar_xref.erl +++ b/src/rebar_xref.erl @@ -28,7 +28,8 @@ %% ------------------------------------------------------------------- %% This module borrows heavily from http://github.com/etnt/exrefcheck project as -%% written by Torbjorn Tornkvist <tobbe@kreditor.se>, Daniel Luna and others. +%% written by Torbjorn Tornkvist <tobbe@kreditor.se>, Daniel Luna +%% <daniel@lunas.se> and others. %% ------------------------------------------------------------------- -module(rebar_xref). |