From 4d311224bc85cec91209d837f529944a535811d1 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 4 Oct 2022 22:12:46 +0800 Subject: [PATCH] correct package names (#2371) fixes https://github.com/nim-lang/packages/issues/2115 --- packages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 72fd4e5..e5b7f81 100644 --- a/packages.json +++ b/packages.json @@ -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",