From ffcbcccce51b28cfb53db7543f858f232525d707 Mon Sep 17 00:00:00 2001 From: lit Date: Sat, 12 Jul 2025 10:00:21 +0800 Subject: [PATCH] update nimpylib web,doc ... (#3073) --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index f79a2bf..d54baa9 100644 --- a/packages.json +++ b/packages.json @@ -9739,7 +9739,7 @@ }, { "name": "pylib", - "url": "https://github.com/nimpylib/pylib", + "url": "https://github.com/nimpylib/nimpylib", "method": "git", "tags": [ "python", @@ -9749,9 +9749,9 @@ "macros", "metaprogramming" ], - "description": "Nim library with python-like functions, syntax and libraries", + "description": "Nim library with python-like functions, syntax sugars and libraries", "license": "MIT", - "web": "https://github.com/litlighilit/nimpylib" + "web": "https://nimpylib.org" }, { "name": "graphemes",