From d74b9bbe778cde62803df6567c8295bf9dfddfa0 Mon Sep 17 00:00:00 2001 From: lit <2636353816@qq.com> Date: Sat, 15 Jun 2024 22:16:06 +0800 Subject: [PATCH] Update url of pylib to an active fork (#2889) * Update url of pylib to an active fork * update pylib url --- packages.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index fc0b146..a6427f1 100644 --- a/packages.json +++ b/packages.json @@ -9734,17 +9734,19 @@ }, { "name": "pylib", - "url": "https://github.com/Yardanico/nimpylib", + "url": "https://github.com/nimpylib/pylib", "method": "git", "tags": [ "python", "compatibility", "library", - "pure" + "pure", + "macros", + "metaprogramming" ], - "description": "Nim library with python-like functions and operators", + "description": "Nim library with python-like functions, syntax and libraries", "license": "MIT", - "web": "https://github.com/Yardanico/nimpylib" + "web": "https://github.com/litlighilit/nimpylib" }, { "name": "graphemes",