diff options
| author | James Browder <stefont@gmail.com> | 2016-01-27 12:27:25 -0600 |
|---|---|---|
| committer | James Browder <stefont@gmail.com> | 2016-01-27 12:27:25 -0600 |
| commit | 69be15c218c7b6f35b27ceafe1de299db26a9e89 (patch) | |
| tree | 022f452a40dff5c3c056da6606f59d38cd7f9991 | |
| parent | 4f6eebb549952d625f39d1e6e51841693d156077 (diff) | |
| download | packages-69be15c218c7b6f35b27ceafe1de299db26a9e89.tar.gz packages-69be15c218c7b6f35b27ceafe1de299db26a9e89.zip | |
missing comma in json
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 672afe8..f08303d 100644 --- a/packages.json +++ b/packages.json @@ -4048,7 +4048,7 @@ "description": "better cookie handling", "license": "MIT", "web": "https://github.com/achesak/nim-biscuits" - } + }, { "name": "pari", "url": "git://github.com/lompik/pari.nim", |
