From d09df0b6f6e3ffe277ad8fbd04c54dbea69be63c Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 28 Sep 2024 15:17:22 +0300 Subject: [PATCH] Fix the r7rs-srfi repo url --- jenkins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.yml b/jenkins.yml index fc06b2a..dd986f7 100644 --- a/jenkins.yml +++ b/jenkins.yml @@ -92,7 +92,7 @@ jobs: branchSources { git { id('github') - remote('https://github.com/schemeorg-community/index.scheme.or://github.com/srfi-explorations/r7rs-srfi.git') + remote('https://github.com/srfi-explorations/r7rs-srfi.git') } } orphanedItemStrategy {