Skip to content

Commit 821cf62

Browse files
fix JSON syntax in funding.json (#104)
1 parent ebc6c21 commit 821cf62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/funding.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
2323
},
2424
"repositoryUrl": {
25-
"url": "https://github.com/quic-go/quic-go",
25+
"url": "https://github.com/quic-go/quic-go"
2626
},
2727
"licenses": [
2828
"spdx:MIT"
@@ -44,7 +44,7 @@
4444
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
4545
},
4646
"repositoryUrl": {
47-
"url": "https://github.com/quic-go/webtransport-go",
47+
"url": "https://github.com/quic-go/webtransport-go"
4848
},
4949
"licenses": [
5050
"spdx:MIT"
@@ -64,7 +64,7 @@
6464
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
6565
},
6666
"repositoryUrl": {
67-
"url": "https://github.com/quic-go/masque-go",
67+
"url": "https://github.com/quic-go/masque-go"
6868
},
6969
"licenses": [
7070
"spdx:MIT"

0 commit comments

Comments
 (0)