From 09f5a8266d101c5807fc395c23338d47166ad39a Mon Sep 17 00:00:00 2001 From: srozb Date: Wed, 5 Oct 2022 20:32:15 +0200 Subject: [PATCH] Authenticode package repo url fix (#2374) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 30e8399..24ad2c0 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]