From fdae0eea383052a4016f4aefe7bf82909e255845 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 20 Sep 2024 14:33:23 +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 86f50ee..9b5c69f 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "repository": "https://github.com/comunica/rdf-test-suite-ldf.js.git", "author": "Manu De Buck ", "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/comunica-association" + }, "bugs": { "url": "https://github.com/comunica/rdf-test-suite-ldf.js/issues" },