diff options
| author | Fabio Cevasco <h3rald@h3rald.com> | 2015-09-21 22:22:27 +0200 |
|---|---|---|
| committer | Fabio Cevasco <h3rald@h3rald.com> | 2015-09-21 22:22:27 +0200 |
| commit | 4c8afd84a19f498bc559fa081bce2c69a56182ba (patch) | |
| tree | 5ed419caf33c302015521f8768344f0631f0004e | |
| parent | 8d1c490c049efb044170a4454d7426249aba6854 (diff) | |
| download | packages-4c8afd84a19f498bc559fa081bce2c69a56182ba.tar.gz packages-4c8afd84a19f498bc559fa081bce2c69a56182ba.zip | |
fix: LiteStore -> litestore
The name of the package should match the name of the compiled binary file really...
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 56ddb3a..5a0b014 100644 --- a/packages.json +++ b/packages.json @@ -3315,7 +3315,7 @@ "web": "https://github.com/jangko/nimPNG" }, { - "name": "LiteStore", + "name": "litestore", "url": "https://github.com/h3rald/litestore", "method": "git", "tags": [ |
