Skip to content

Commit 482cab9

Browse files
Fixed funding.json
1 parent db76fb7 commit 482cab9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

funding.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"phone": "16478835483",
99
"description": "A Canadian corporation to hold and maintain the assets relating to the ZoneMinder CCTV project.",
1010
"webpageUrl": {
11-
"url": "https://zoneminder.com"
11+
"url": "https://www.zoneminder.com",
12+
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
1213
}
1314
},
1415
"projects": [
@@ -17,10 +18,12 @@
1718
"name": "ZoneMinder",
1819
"description": "A full-featured, open source, state-of-the-art video surveillance software system.",
1920
"webpageUrl": {
20-
"url": "https://zoneminder.com"
21+
"url": "https://www.zoneminder.com",
22+
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls"
2123
},
2224
"repositoryUrl": {
23-
"url": "https://github.com/ZoneMinder/zoneminder"
25+
"url": "https://github.com/zoneminder/zoneminder",
26+
"wellKnown": "https://github.com/zoneminder/zoneminder/blob/master/.well-known/funding-manifest-urls"
2427
},
2528
"licenses": [
2629
"GPL-v2"
@@ -35,14 +38,16 @@
3538
"funding": {
3639
"channels": [
3740
{
38-
"guid": "TD",
41+
"guid": "bank",
3942
"type": "bank",
40-
"address": "Account: 5212751 Transit No: 29842 Institution: 004"
43+
"address": "Account: 5212751 Transit No: 29842 Institution: 004",
44+
"description": ""
4145
},
4246
{
4347
"guid": "paypal",
4448
"type": "payment-provider",
45-
"address": "[email protected]"
49+
"address": "[email protected]",
50+
"description": ""
4651
}
4752
],
4853
"plans": [
@@ -55,7 +60,7 @@
5560
"currency": "USD",
5661
"frequency": "yearly",
5762
"channels": [
58-
"TD",
63+
"bank",
5964
"paypal"
6065
]
6166
}

0 commit comments

Comments
 (0)