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 c65f5e8 commit 110523dCopy full SHA for 110523d
tests/earl-report.js
@@ -58,15 +58,15 @@ function EarlReport(options) {
58
'https://github.com/digitalbazaar/jsonld.js/blob/master/LICENSE',
59
'doap:description': 'A JSON-LD processor for JavaScript',
60
'doap:programming-language': 'JavaScript',
61
- 'dc:creator': 'https://github.com/digitalbazaar',
+ 'dc:creator': 'https://digitalbazaar.com/',
62
'doap:developer': {
63
- '@id': 'https://github.com/digitalbazaar',
+ '@id': 'https://digitalbazaar.com/',
64
'@type': [
65
'foaf:Organization',
66
'earl:Assertor'
67
],
68
'foaf:name': 'Digital Bazaar, Inc.',
69
- 'foaf:homepage': 'https://github.com/digitalbazaar'
+ 'foaf:homepage': 'https://digitalbazaar.com/'
70
},
71
'doap:release': {
72
'doap:name': '',
0 commit comments