diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-07-06 00:06:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-06 00:06:16 +0100 |
| commit | 4f180f3a7b93ddaf60b55f4eb2107548001382e6 (patch) | |
| tree | f4fe5508a612cb5c6149d9fd9b98e8f11058a2aa | |
| parent | fa903b1160eb75b92d527d7db496559ed941a0ce (diff) | |
| download | packages-4f180f3a7b93ddaf60b55f4eb2107548001382e6.tar.gz packages-4f180f3a7b93ddaf60b55f4eb2107548001382e6.zip | |
Fix JSON format
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 8864037..4fdaee5 100644 --- a/packages.json +++ b/packages.json @@ -9017,7 +9017,7 @@ "library", "wrapper", "binding", - "nonlinear-optimization", + "nonlinear-optimization" ], "description": "A wrapper for the non-linear optimization C library Nlopt", "license": "MIT", |
