Fixed funding.json
parent
2187c9b3f0
commit
067362382a
19
funding.json
19
funding.json
|
@ -8,7 +8,8 @@
|
||||||
"phone": "16478835483",
|
"phone": "16478835483",
|
||||||
"description": "A Canadian corporation to hold and maintain the assets relating to the ZoneMinder CCTV project.",
|
"description": "A Canadian corporation to hold and maintain the assets relating to the ZoneMinder CCTV project.",
|
||||||
"webpageUrl": {
|
"webpageUrl": {
|
||||||
"url": "https://zoneminder.com"
|
"url": "https://www.zoneminder.com",
|
||||||
|
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"projects": [
|
"projects": [
|
||||||
|
@ -17,10 +18,12 @@
|
||||||
"name": "ZoneMinder",
|
"name": "ZoneMinder",
|
||||||
"description": "A full-featured, open source, state-of-the-art video surveillance software system.",
|
"description": "A full-featured, open source, state-of-the-art video surveillance software system.",
|
||||||
"webpageUrl": {
|
"webpageUrl": {
|
||||||
"url": "https://zoneminder.com"
|
"url": "https://www.zoneminder.com",
|
||||||
|
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
|
||||||
},
|
},
|
||||||
"repositoryUrl": {
|
"repositoryUrl": {
|
||||||
"url": "https://github.com/ZoneMinder/zoneminder"
|
"url": "https://github.com/zoneminder/zoneminder",
|
||||||
|
"wellKnown": "https://github.com/zoneminder/zoneminder/blob/master/.well-known/funding-manifest-urls"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"licenses": [
|
||||||
"GPL-v2"
|
"GPL-v2"
|
||||||
|
@ -35,14 +38,16 @@
|
||||||
"funding": {
|
"funding": {
|
||||||
"channels": [
|
"channels": [
|
||||||
{
|
{
|
||||||
"guid": "TD",
|
"guid": "bank",
|
||||||
"type": "bank",
|
"type": "bank",
|
||||||
"address": "Account: 5212751 Transit No: 29842 Institution: 004"
|
"address": "Account: 5212751 Transit No: 29842 Institution: 004",
|
||||||
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"guid": "paypal",
|
"guid": "paypal",
|
||||||
"type": "payment-provider",
|
"type": "payment-provider",
|
||||||
"address": "paypal@zoneminder.com"
|
"address": "paypal@zoneminder.com",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plans": [
|
"plans": [
|
||||||
|
@ -55,7 +60,7 @@
|
||||||
"currency": "USD",
|
"currency": "USD",
|
||||||
"frequency": "yearly",
|
"frequency": "yearly",
|
||||||
"channels": [
|
"channels": [
|
||||||
"TD",
|
"bank",
|
||||||
"paypal"
|
"paypal"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue