abouttreesummaryrefslogcommitdiff
path: root/funding.json
blob: d433ec19b9711404dcce80367e129dc73f61f774 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "version": "v1.0.0",
  "entity": {
    "type": "individual",
    "role": "owner",
    "name": "Julow",
    "email": "jules@j3s.fr",
    "description": "Open source developer and maintainer of Unexpected Keyboard.",
    "webpageUrl": {
      "url": "https://github.com/Julow"
    }
  },
  "projects": [
    {
      "guid": "unexpected-keyboard",
      "name": "Unexpected Keyboard",
      "description": "Lightweight and privacy-conscious virtual keyboard for Android.",
      "webpageUrl": {
        "url": "https://github.com/Julow/Unexpected-Keyboard/"
      },
      "repositoryUrl": {
        "url": "https://github.com/Julow/Unexpected-Keyboard/"
      },
      "licenses": [
        "spdx:GPL-3.0",
        "spdx:CC0-1.0"
      ],
      "tags": [
        "android",
        "mobile",
        "privacy",
        "productivity",
        "programming",
        "user-experience"
      ]
    }
  ],
  "funding": {
    "channels": [
      {
        "guid": "liberapay",
        "type": "other",
        "address": "https://liberapay.com/Julow/",
        "description": "Recurring donations for funding Unexpected Keyboard."
      },
      {
        "guid": "github-sponsors",
        "type": "other",
        "address": "https://github.com/sponsors/Julow",
        "description": "Recurring donations for funding Unexpected Keyboard."
      },
      {
        "guid": "paypal",
        "type": "other",
        "address": "https://paypal.me/JulesAguillon",
        "description": "One-time donations for funding Unexpected-keyboard."
      }
    ],
    "plans": [
      {
        "guid": "fund-maintenance",
        "status": "active",
        "name": "Fund developer time",
        "description": "Help the maintainers spend time on Unexpected Keyboard",
        "amount": 0,
        "currency": "EUR",
        "frequency": "monthly",
        "channels": [
          "liberapay",
          "github-sponsors",
          "paypal"
        ]
      },
      {
        "guid": "one-time-contribution",
        "status": "active",
        "name": "Fund developer time",
        "description": "Help the maintainers spend time on Unexpected Keyboard",
        "amount": 0,
        "currency": "EUR",
        "frequency": "one-time",
        "channels": [
          "liberapay",
          "github-sponsors",
          "paypal"
        ]
      }
    ],
    "history": []
  }
}