From 94dab7eedf9b8f689ccb105e66bd3dc0bd69a5c6 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 18 Oct 2024 17:01:46 -0400 Subject: [PATCH] floss.fund: generate funding.json with helper to pass ingestion from https://dir.floss.fund/submit Signed-off-by: Thierry Laurion --- funding.json | 49 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/funding.json b/funding.json index ebfc4456..bf545ed7 100644 --- a/funding.json +++ b/funding.json @@ -7,8 +7,7 @@ "email": "thierry.laurion@gmail.com", "description": "Thierry Laurion, founder of Insurgo Open Technologies and maintainer of the Heads open-source firmware project. Dedicated to developing secure, user-friendly technologies that enhance physical security and data protection.", "webpageUrl": { - "url": "https://github.com/linuxboot/heads", - "wellKnown": "https://github.com/linuxboot/heads/blob/master/funding.json" + "url": "https://github.com/linuxboot/heads" } }, "projects": [ @@ -17,15 +16,25 @@ "name": "Heads", "description": "Heads is an open-source firmware project designed to enhance the security and integrity of laptops and servers. It provides a tamper-evident and cryptographically verified boot process, empowering users to maintain control over their hardware and data.", "webpageUrl": { - "url": "https://github.com/linuxboot/heads", - "wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json" + "url": "https://github.com/linuxboot/heads" }, "repositoryUrl": { - "url": "https://github.com/linuxboot/heads", - "wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json" + "url": "https://github.com/linuxboot/heads" }, - "licenses": ["spdx:GPL-3.0"], - "tags": ["firmware", "security", "open-source", "linuxboot", "coreboot", "heads", "TPM", "measured-boot", "linux"] + "licenses": [ + "spdx:GPL-3.0" + ], + "tags": [ + "firmware", + "security", + "open-source", + "linuxboot", + "coreboot", + "heads", + "TPM", + "measured-boot", + "linux" + ] } ], "funding": { @@ -39,7 +48,7 @@ { "guid": "github-sponsors", "type": "payment-provider", - "address": "https://github.com/sponsors/linuxboot/heads", + "address": "https://github.com/sponsors/tlaurion", "description": "Support Heads development via GitHub Sponsors" } ], @@ -47,12 +56,15 @@ { "guid": "monthly-support", "status": "active", - "name": "Monthly Support Plan", - "description": "Support the ongoing development and maintenance of the Heads firmware project.", + "name": "monthly-support", + "description": "Monthly Support Plan", "amount": 10, - "currency": "CAD", + "currency": "USD", "frequency": "monthly", - "channels": ["opencollective", "github-sponsors"] + "channels": [ + "opencollective", + "github-sponsors" + ] }, { "guid": "one-time-donation", @@ -60,11 +72,14 @@ "name": "One-Time Donation", "description": "Make a one-time donation to support Heads.", "amount": 50, - "currency": "CAD", + "currency": "USD", "frequency": "one-time", - "channels": ["opencollective", "github-sponsors"] + "channels": [ + "opencollective", + "github-sponsors" + ] } - ] + ], + "history": [] } } -