mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 14:43:06 +00:00
Add migrate package
Also update licenses for my packages to BSD3.
This commit is contained in:
parent
877c40a46b
commit
1249989dca
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user