Update url of strenc (#2897)

This commit is contained in:
lit 2024-06-28 13:11:33 +08:00 committed by GitHub
parent 86630e02d7
commit 709f2d29c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19981,16 +19981,17 @@
}, },
{ {
"name": "strenc", "name": "strenc",
"url": "https://github.com/Yardanico/nim-strenc", "url": "https://github.com/nim-meta/strenc",
"method": "git", "method": "git",
"tags": [ "tags": [
"encryption", "encryption",
"macro",
"obfuscation", "obfuscation",
"abandoned" "abandoned"
], ],
"description": "A library to automatically encrypt all string constants in your programs", "description": "A library to automatically encrypt all string constants in your programs",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Yardanico/nim-strenc" "web": "https://github.com/nim-meta/strenc"
}, },
{ {
"name": "trick", "name": "trick",