Authenticode package repo url fix (#2374)

This commit is contained in:
srozb 2022-10-05 20:32:15 +02:00 committed by GitHub
parent eaa1b248a3
commit 09f5a8266d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27649,7 +27649,7 @@
},
{
"name": "authenticode",
"url": "ssh://git@github.com/srozb/authenticode",
"url": "https://github.com/srozb/authenticode",
"method": "git",
"tags": [
"library",
@ -27660,6 +27660,6 @@
],
"description": "PE Authenticode parser based on libyara implementation",
"license": "BSD-3-Clause",
"web": "ssh://git@github.com/srozb/authenticode"
"web": "https://github.com/srozb/authenticode"
}
]