diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-06-16 11:46:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-16 11:46:19 +0100 |
| commit | 4681730fde1d5281413afd0dfdf45a98317ce44c (patch) | |
| tree | 126bc1dbfd998337ac32210c6d85dc3d3a3b9f1c | |
| parent | 877c40a46bc01a28372905b266841bef6ccf704d (diff) | |
| parent | 1249989dcacb50a20ae2659eb1f77f26344184ac (diff) | |
| download | packages-4681730fde1d5281413afd0dfdf45a98317ce44c.tar.gz packages-4681730fde1d5281413afd0dfdf45a98317ce44c.zip | |
Merge pull request #365 from euantorano/patch-1
Add migrate package
| -rw-r--r-- | packages.json | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/packages.json b/packages.json index 400b6ef..0fa10c7 100644 --- a/packages.json +++ b/packages.json @@ -4557,7 +4557,7 @@ "openbsd" ], "description": "OpenBSDs pledge(2) for Nim.", - "license": "BSD", + "license": "BSD3", "web": "https://github.com/euantorano/pledge.nim" }, { @@ -4584,7 +4584,7 @@ "ui" ], "description": "A simple progress bar for Nim.", - "license": "BSD", + "license": "BSD3", "web": "https://github.com/euantorano/progress.nim" }, { @@ -4649,7 +4649,7 @@ "environment" ], "description": "Loads environment variables from `.env`.", - "license": "BSD", + "license": "BSD3", "web": "https://github.com/euantorano/dotenv.nim" }, { @@ -4809,5 +4809,18 @@ "description": "Nim wrapper for the Chromium Embedded Framework", "license": "MIT", "web": "https://github.com/jangko/nimCEF" + }, + { + "name": "migrate", + "url": "https://github.com/euantorano/migrate.nim", + "method": "git", + "tags": [ + "migrate", + "database", + "db" + ], + "description": "A simple database migration utility for Nim.", + "license": "BSD3", + "web": "https://github.com/euantorano/migrate.nim" } ] |
