From d4c854d8ef24661bd2f8b0cbf8bccbc01cda0249 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 31 Mar 2024 22:03:33 +0200 Subject: [PATCH] Jenkinsfile: Add another ldid fork link to the documentation Signed-off-by: Username404-59 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 098c7d1..98a29f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ boolean use_yarn_or_npm() { return fileExists('/usr/bin/yarn') || fileExists('/u - Ninja - UPX (d61edc9 or higher) - NPM/Yarn to enable Yao PKG (https://github.com/yao-pkg/pkg) - - LDID (https://github.com/sbingner/ldid) + - LDID (https://github.com/ProcursusTeam/ldid or https://github.com/sbingner/ldid) */ pipeline {