From 91a3a01c39506046c1d99244c59742560c32d860 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 14 Mar 2025 08:49:38 +0100 Subject: [PATCH] fix libxslt license file path (#646) Co-authored-by: Marc Henderkes --- config/source.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/source.json b/config/source.json index 0b7006cf..e5cc9212 100644 --- a/config/source.json +++ b/config/source.json @@ -592,7 +592,7 @@ "regex": "/href=\"(?libxslt-(?[^\"]+)\\.tar\\.xz)\"/", "license": { "type": "file", - "path": "COPYING" + "path": "Copyright" } }, "libyaml": {