mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
update my github project url (#2510)
update my github project url not working correctly when using nimble if the name contain '.' char
This commit is contained in:
parent
2bf22e0484
commit
98e6349cdd
@ -18252,7 +18252,7 @@
|
||||
},
|
||||
{
|
||||
"name": "uri3",
|
||||
"url": "https://github.com/zendbit/nim.uri3",
|
||||
"url": "https://github.com/zendbit/nim_uri3",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"uri",
|
||||
@ -18261,7 +18261,7 @@
|
||||
],
|
||||
"description": "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/zendbit/nim.uri3"
|
||||
"web": "https://github.com/zendbit/nim_uri3"
|
||||
},
|
||||
{
|
||||
"name": "triplets",
|
||||
@ -18452,7 +18452,7 @@
|
||||
},
|
||||
{
|
||||
"name": "zfcore",
|
||||
"url": "https://github.com/zendbit/nim.zfcore",
|
||||
"url": "https://github.com/zendbit/nim_zfcore",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"web",
|
||||
@ -18463,7 +18463,7 @@
|
||||
],
|
||||
"description": "zfcore is high performance asynchttpserver and web framework for nim lang",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.zfcore"
|
||||
"web": "https://github.com/zendbit/nim_zfcore"
|
||||
},
|
||||
{
|
||||
"name": "nimpress",
|
||||
@ -18525,7 +18525,7 @@
|
||||
},
|
||||
{
|
||||
"name": "zfblast",
|
||||
"url": "https://github.com/zendbit/nim.zfblast",
|
||||
"url": "https://github.com/zendbit/nim_zfblast",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"web",
|
||||
@ -18535,7 +18535,7 @@
|
||||
],
|
||||
"description": "High performance http server (https://tools.ietf.org/html/rfc2616) with persistent connection for nim language.",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.zfblast"
|
||||
"web": "https://github.com/zendbit/nim_zfblast"
|
||||
},
|
||||
{
|
||||
"name": "paravim",
|
||||
@ -20296,7 +20296,7 @@
|
||||
},
|
||||
{
|
||||
"name": "zfplugs",
|
||||
"url": "https://github.com/zendbit/nim.zfplugs",
|
||||
"url": "https://github.com/zendbit/nim_zfplugs",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"web",
|
||||
@ -20306,9 +20306,9 @@
|
||||
"asynchttpserver",
|
||||
"plugins"
|
||||
],
|
||||
"description": "This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore",
|
||||
"description": "This is the plugins for the zfcore framework https://github.com/zendbit/nim_zfcore",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.zfplugs"
|
||||
"web": "https://github.com/zendbit/nim_zfplugs"
|
||||
},
|
||||
{
|
||||
"name": "hldiff",
|
||||
@ -20659,7 +20659,7 @@
|
||||
},
|
||||
{
|
||||
"name": "nwatchdog",
|
||||
"url": "https://github.com/zendbit/nim.nwatchdog",
|
||||
"url": "https://github.com/zendbit/nim_nwatchdog",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"watchdog",
|
||||
@ -20668,7 +20668,7 @@
|
||||
],
|
||||
"description": "Simple watchdog (watch file changes modified, deleted, created) in nim lang.",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.nwatchdog"
|
||||
"web": "https://github.com/zendbit/nim_nwatchdog"
|
||||
},
|
||||
{
|
||||
"name": "logue",
|
||||
@ -21799,7 +21799,7 @@
|
||||
},
|
||||
{
|
||||
"name": "stdext",
|
||||
"url": "https://github.com/zendbit/nim.stdext",
|
||||
"url": "https://github.com/zendbit/nim_stdext",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"stdlib",
|
||||
@ -21808,7 +21808,7 @@
|
||||
],
|
||||
"description": "Extends stdlib make it easy on some case",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.stdext"
|
||||
"web": "https://github.com/zendbit/nim_stdext"
|
||||
},
|
||||
{
|
||||
"name": "AccurateSums",
|
||||
@ -24573,7 +24573,7 @@
|
||||
},
|
||||
{
|
||||
"name": "zfdbms",
|
||||
"url": "https://github.com/zendbit/nim.zfdbms",
|
||||
"url": "https://github.com/zendbit/nim_zfdbms",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"sql",
|
||||
@ -24587,8 +24587,8 @@
|
||||
],
|
||||
"description": "Simple database generator, connector and query tools.",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.zfdbms",
|
||||
"doc": "https://github.com/zendbit/nim.zfdbms/blob/main/README.md"
|
||||
"web": "https://github.com/zendbit/nim_zfdbms",
|
||||
"doc": "https://github.com/zendbit/nim_zfdbms/blob/main/README.md"
|
||||
},
|
||||
{
|
||||
"name": "selenimum",
|
||||
@ -28521,7 +28521,7 @@
|
||||
},
|
||||
{
|
||||
"name": "couchdbapi",
|
||||
"url": "https://github.com/zendbit/nim.couchdbapi",
|
||||
"url": "https://github.com/zendbit/nim_couchdbapi",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"couchdb",
|
||||
@ -28532,11 +28532,11 @@
|
||||
],
|
||||
"description": "Apache CouchDb driver (REST API) for nim lang.",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.couchdbapi"
|
||||
"web": "https://github.com/zendbit/nim_couchdbapi"
|
||||
},
|
||||
{
|
||||
"name": "yawd",
|
||||
"url": "https://github.com/zendbit/nim.yawd",
|
||||
"url": "https://github.com/zendbit/nim_yawd",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"webdriver",
|
||||
@ -28544,7 +28544,7 @@
|
||||
],
|
||||
"description": "Yet Another WebDriver (YAWD) for nim lang.",
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/zendbit/nim.yawd"
|
||||
"web": "https://github.com/zendbit/nim_yawd"
|
||||
},
|
||||
{
|
||||
"name": "simpledb",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user