We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067a9cc commit 507822cCopy full SHA for 507822c
schemas/2.1/example.json
@@ -3,7 +3,8 @@
3
"software": {
4
"name": "diaspora",
5
"version": "0.5.0",
6
- "repository": "https://github.com/diaspora/diaspora"
+ "repository": "https://github.com/diaspora/diaspora",
7
+ "homepage": "https://diasporafoundation.org/"
8
},
9
"protocols": ["diaspora"],
10
"services": {
schemas/2.1/schema.json
@@ -41,6 +41,10 @@
41
"repository": {
42
"description": "The url of the source code repository of this server software.",
43
"type": "string"
44
+ },
45
+ "homepage": {
46
+ "description": "The url of the homepage of this server software.",
47
+ "type": "string"
48
}
49
50
0 commit comments