From 5b4db2e5e9f68d1d166fb93e7ceec95d41a2d3d5 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 20 Sep 2024 14:33:22 +0200 Subject: [PATCH] Add funding to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 70353cf..9ca4ba0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "repository": "https://github.com/comunica/ldf-recorder.git", "author": "Manu De Buck ", "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/comunica-association" + }, "bugs": { "url": "https://github.com/comunica/ldf-recorder/issues" },