From 709f2d29c355f7827e89852c8699fc5e51d9b3bd Mon Sep 17 00:00:00 2001 From: lit Date: Fri, 28 Jun 2024 13:11:33 +0800 Subject: [PATCH] Update url of strenc (#2897) --- packages.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 7a07556..a4e759a 100644 --- a/packages.json +++ b/packages.json @@ -19981,16 +19981,17 @@ }, { "name": "strenc", - "url": "https://github.com/Yardanico/nim-strenc", + "url": "https://github.com/nim-meta/strenc", "method": "git", "tags": [ "encryption", + "macro", "obfuscation", "abandoned" ], "description": "A library to automatically encrypt all string constants in your programs", "license": "MIT", - "web": "https://github.com/Yardanico/nim-strenc" + "web": "https://github.com/nim-meta/strenc" }, { "name": "trick",