diff options
| author | twist_vector <tkrauss@Toms-MacBook-Pro.local> | 2015-11-25 05:40:53 -0500 |
|---|---|---|
| committer | twist_vector <tkrauss@Toms-MacBook-Pro.local> | 2015-11-25 05:40:53 -0500 |
| commit | a773e798c2dafcd5b6b3338ee136c53a159f857c (patch) | |
| tree | aa354a34f2051345c4e16926e1791ccb549faf5a | |
| parent | 25aa8445e6be5464a641e4f17613f54fbee5a3eb (diff) | |
| download | packages-a773e798c2dafcd5b6b3338ee136c53a159f857c.tar.gz packages-a773e798c2dafcd5b6b3338ee136c53a159f857c.zip | |
Fixed missing ','
| -rw-r--r-- | packages.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json index dae00ba..8ec426a 100644 --- a/packages.json +++ b/packages.json @@ -3587,7 +3587,7 @@ "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.", "license": "MIT", "web": "https://github.com/theduke/nim-nimlog" - } + }, { "name": "geohash", "url": "https://github.com/twist-vector/nim-geohash.git", @@ -3600,7 +3600,7 @@ "description": "Nim implementation of the geohash latitude/longitude geocode system", "license": "Apache License 2.0", "web": "https://github.com/twist-vector/nim-geohash" - } + }, { "name": "bped", "url": "https://github.com/twist-vector/nim-bped.git", |
