correct package names (#2371)

fixes https://github.com/nim-lang/packages/issues/2115
This commit is contained in:
ringabout 2022-10-04 22:12:46 +08:00 committed by GitHub
parent e055530596
commit 4d311224bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11444,7 +11444,7 @@
},
{
"name": "fragments",
"url": "https://github.com/fragcolor-xyz/fragments",
"url": "https://github.com/sinkingsugar/fragments",
"method": "git",
"tags": [
"ffi",
@ -11458,11 +11458,11 @@
],
"description": "Our very personal collection of utilities",
"license": "MIT",
"web": "https://github.com/fragcolor-xyz/fragments"
"web": "https://github.com/sinkingsugar/fragments"
},
{
"name": "nimline",
"url": "https://github.com/fragcolor-xyz/nimline",
"url": "https://github.com/sinkingsugar/nimline",
"method": "git",
"tags": [
"c",
@ -11473,7 +11473,7 @@
],
"description": "Wrapper-less C/C++ interop for Nim",
"license": "MIT",
"web": "https://github.com/fragcolor-xyz/nimline"
"web": "https://github.com/sinkingsugar/nimline"
},
{
"name": "nim_telegram_bot",