diff options
| author | onionhammer <erik.m.oleary@gmail.com> | 2014-05-25 18:24:00 -0500 |
|---|---|---|
| committer | onionhammer <erik.m.oleary@gmail.com> | 2014-05-25 18:24:00 -0500 |
| commit | ed49d1a48456703defb805ccb02d7c288138d762 (patch) | |
| tree | d85f67d94fad7263109ccb95537ce625461d6903 | |
| parent | de81fb72f80dd93f43db1f93b436837f83c10cf9 (diff) | |
| download | packages-ed49d1a48456703defb805ccb02d7c288138d762.tar.gz packages-ed49d1a48456703defb805ccb02d7c288138d762.zip | |
Fixed missing comma
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index a01dd60..705e1f5 100644 --- a/packages.json +++ b/packages.json @@ -37,7 +37,7 @@ "description": "A simple string templating library for Nimrod.", "license": "BSD", "web": "https://github.com/onionhammer/nim-templates" - } + }, { "name": "murmur", |
