-
-
Notifications
You must be signed in to change notification settings - Fork 572
Expand file tree
/
Copy pathfunding.json
More file actions
54 lines (49 loc) · 2.02 KB
/
funding.json
File metadata and controls
54 lines (49 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.1.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Hylke Bons",
"email": "hello@planetpeanut.studio",
"phone": "",
"description": "Hello! I'm Hylke and I created SparkleShare in 2010 as a way for designers to easily collaborate inside Git repositories.",
"webpageUrl": {
"url": "https://planetpeanut.studio",
"wellKnown": "https://planetpeanut.studio/.well-known/funding-manifest-urls"
}
},
"projects": [{
"guid": "sparkleshare",
"name": "SparkleShare",
"description": "Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows",
"webpageUrl": {
"url": "https://sparkleshare.org",
"wellKnown": "https://sparkleshare.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/hbons/SparkleShare",
"wellKnown": ""
},
"licenses": ["spdx:GPL-3.0"],
"tags": ["git", "sync", "self-hosted", "privacy", "version-control", "productivity", "collaboration", "data", "linux", "storage"]
}],
"funding": {
"channels": [{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/hbons",
"description": ""
}],
"plans": [{
"guid": "sparkleshare-reboot",
"status": "inactive",
"name": "SparkleShare reboot",
"description": "Port SparkleShare from C# to Rust. The C# desktop stack on Linux is outdated and unmaintained, so it's impossible to provide updates. Porting it to Rust will breathe new life into the project. The remaining work will take about 3 months.",
"amount": 10000,
"currency": "EUR",
"frequency": "one-time",
"channels": ["github-sponsors"]
}]
}
}