Skip to content

Commit 110523d

Browse files
committed
Use digitalbazaar.com homepage.
1 parent c65f5e8 commit 110523d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/earl-report.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ function EarlReport(options) {
5858
'https://github.com/digitalbazaar/jsonld.js/blob/master/LICENSE',
5959
'doap:description': 'A JSON-LD processor for JavaScript',
6060
'doap:programming-language': 'JavaScript',
61-
'dc:creator': 'https://github.com/digitalbazaar',
61+
'dc:creator': 'https://digitalbazaar.com/',
6262
'doap:developer': {
63-
'@id': 'https://github.com/digitalbazaar',
63+
'@id': 'https://digitalbazaar.com/',
6464
'@type': [
6565
'foaf:Organization',
6666
'earl:Assertor'
6767
],
6868
'foaf:name': 'Digital Bazaar, Inc.',
69-
'foaf:homepage': 'https://github.com/digitalbazaar'
69+
'foaf:homepage': 'https://digitalbazaar.com/'
7070
},
7171
'doap:release': {
7272
'doap:name': '',

0 commit comments

Comments
 (0)