-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: adds a funding.json doc to make our funding machine readable
- Loading branch information
1 parent
7f4648e
commit 7e12736
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"version": "v1.0.0", | ||
"entity": { | ||
"type": "organisation", | ||
"role": "steward", | ||
"name": "Medic Mobile, Inc", | ||
"email": "[email protected]", | ||
"phone": "+14157469758", | ||
"description": "Medic designs, delivers, and supports world-class, open-source software for health workers providing care in the world’s hardest-to-reach communities. We believe providing communities with sophisticated, human-centered technology is an effective tool on the path to achieving a more just world, where universal health coverage is a reality and health is a secured human right.", | ||
"webpageUrl": { | ||
"url": "https://github.com/medic" | ||
} | ||
}, | ||
"projects": [{ | ||
"guid": "cht-core", | ||
"name": "CHT Core", | ||
"description": "The CHT Core Framework makes it faster to build responsive, offline-first digital health apps that equip health workers to provide better care in their communities. It is a central resource of the Community Health Toolkit.", | ||
"webpageUrl": { | ||
"url": "https://github.com/medic/cht-core" | ||
}, | ||
"repositoryUrl": { | ||
"url": "https://github.com/medic/cht-core" | ||
}, | ||
"licenses": ["spdx:AGPL-3.0-only"], | ||
"tags": ["health", "medical", "mobile", "data"] | ||
}], | ||
"funding": { | ||
"channels": [{ | ||
"guid": "github-sponsors", | ||
"type": "payment-provider", | ||
"address": "https://github.com/sponsors/medic", | ||
"description": "GitHub Sponsor" | ||
}], | ||
"plans": [{ | ||
"guid": "development", | ||
"status": "active", | ||
"name": "CHT Core developent plan", | ||
"description": "", | ||
"amount": 0, | ||
"currency": "USD", | ||
"frequency": "one-time", | ||
"channels": ["github-sponsors"] | ||
}] | ||
} | ||
} |