Skip to content

Commit 94dab7e

Browse files
committed
floss.fund: generate funding.json with helper to pass ingestion from https://dir.floss.fund/submit
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 4957bfe commit 94dab7e

File tree

1 file changed

+32
-17
lines changed

1 file changed

+32
-17
lines changed

funding.json

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"email": "thierry.laurion@gmail.com",
88
"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.",
99
"webpageUrl": {
10-
"url": "https://github.com/linuxboot/heads",
11-
"wellKnown": "https://github.com/linuxboot/heads/blob/master/funding.json"
10+
"url": "https://github.com/linuxboot/heads"
1211
}
1312
},
1413
"projects": [
@@ -17,15 +16,25 @@
1716
"name": "Heads",
1817
"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.",
1918
"webpageUrl": {
20-
"url": "https://github.com/linuxboot/heads",
21-
"wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json"
19+
"url": "https://github.com/linuxboot/heads"
2220
},
2321
"repositoryUrl": {
24-
"url": "https://github.com/linuxboot/heads",
25-
"wellKnown": "https://github.com/linuxboot/heads/blob/main/funding.json"
22+
"url": "https://github.com/linuxboot/heads"
2623
},
27-
"licenses": ["spdx:GPL-3.0"],
28-
"tags": ["firmware", "security", "open-source", "linuxboot", "coreboot", "heads", "TPM", "measured-boot", "linux"]
24+
"licenses": [
25+
"spdx:GPL-3.0"
26+
],
27+
"tags": [
28+
"firmware",
29+
"security",
30+
"open-source",
31+
"linuxboot",
32+
"coreboot",
33+
"heads",
34+
"TPM",
35+
"measured-boot",
36+
"linux"
37+
]
2938
}
3039
],
3140
"funding": {
@@ -39,32 +48,38 @@
3948
{
4049
"guid": "github-sponsors",
4150
"type": "payment-provider",
42-
"address": "https://github.com/sponsors/linuxboot/heads",
51+
"address": "https://github.com/sponsors/tlaurion",
4352
"description": "Support Heads development via GitHub Sponsors"
4453
}
4554
],
4655
"plans": [
4756
{
4857
"guid": "monthly-support",
4958
"status": "active",
50-
"name": "Monthly Support Plan",
51-
"description": "Support the ongoing development and maintenance of the Heads firmware project.",
59+
"name": "monthly-support",
60+
"description": "Monthly Support Plan",
5261
"amount": 10,
53-
"currency": "CAD",
62+
"currency": "USD",
5463
"frequency": "monthly",
55-
"channels": ["opencollective", "github-sponsors"]
64+
"channels": [
65+
"opencollective",
66+
"github-sponsors"
67+
]
5668
},
5769
{
5870
"guid": "one-time-donation",
5971
"status": "active",
6072
"name": "One-Time Donation",
6173
"description": "Make a one-time donation to support Heads.",
6274
"amount": 50,
63-
"currency": "CAD",
75+
"currency": "USD",
6476
"frequency": "one-time",
65-
"channels": ["opencollective", "github-sponsors"]
77+
"channels": [
78+
"opencollective",
79+
"github-sponsors"
80+
]
6681
}
67-
]
82+
],
83+
"history": []
6884
}
6985
}
70-

0 commit comments

Comments
 (0)