Skip to content

Commit

Permalink
floss.fund: generate funding.json with helper to pass ingestion from h…
Browse files Browse the repository at this point in the history
…ttps://dir.floss.fund/submit

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Oct 18, 2024
1 parent 4957bfe commit 94dab7e
Showing 1 changed file with 32 additions and 17 deletions.
49 changes: 32 additions & 17 deletions funding.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"email": "[email protected]",
"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": [
Expand All @@ -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": {
Expand All @@ -39,32 +48,38 @@
{
"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"
}
],
"plans": [
{
"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",
"status": "active",
"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": []
}
}

0 comments on commit 94dab7e

Please sign in to comment.