diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-06 11:30:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-06 11:30:42 +0100 |
| commit | 16988efbfdda7b391544d8d24d2234b2f730da55 (patch) | |
| tree | f4fe5508a612cb5c6149d9fd9b98e8f11058a2aa | |
| parent | fa903b1160eb75b92d527d7db496559ed941a0ce (diff) | |
| parent | 4f180f3a7b93ddaf60b55f4eb2107548001382e6 (diff) | |
| download | packages-16988efbfdda7b391544d8d24d2234b2f730da55.tar.gz packages-16988efbfdda7b391544d8d24d2234b2f730da55.zip | |
Merge pull request #783 from nim-lang/FedericoCeratto-patch-2
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", |
