Floss.fund funding.json requirement

This passed https://dir.floss.fund/validate validation

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-10-18 14:49:15 -04:00
parent 1683309f9c
commit 077a703bb9

70
funding.json Normal file
View File

@ -0,0 +1,70 @@
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Thierry Laurion",
"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/main/funding.json"
}
},
"projects": [
{
"guid": "heads",
"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"
},
"repositoryUrl": {
"url": "https://github.com/linuxboot/heads",
"wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json"
},
"licenses": ["spdx:GPL-3.0"],
"tags": ["firmware", "security", "open-source", "linuxboot", "coreboot", "heads", "TPM", "measured-boot", "linux"]
}
],
"funding": {
"channels": [
{
"guid": "opencollective",
"type": "payment-provider",
"address": "https://opencollective.com/insurgo",
"description": "Support Heads development via Open Collective"
},
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/linuxboot/heads",
"description": "Support Heads development via GitHub Sponsors"
}
],
"plans": [
{
"guid": "monthly-support",
"status": "active",
"name": "Monthly Support Plan",
"description": "Support the ongoing development and maintenance of the Heads firmware project.",
"amount": 10,
"currency": "CAD",
"frequency": "monthly",
"channels": ["opencollective", "github-sponsors"]
},
{
"guid": "one-time-donation",
"status": "active",
"name": "One-Time Donation",
"description": "Make a one-time donation to support Heads.",
"amount": 50,
"currency": "CAD",
"frequency": "one-time",
"channels": ["opencollective", "github-sponsors"]
}
]
}
}