Files
ichnaea/contribute.json
John Whitlock 23aa2cfca7 issue #1406: Add link to the chat room
Add a link to the #location room on Matrix.
2020-11-05 17:25:45 -06:00

31 lines
924 B
JSON

{
"name": "Ichnaea",
"description": "Mozilla Ichnaea is a Geolocation service.",
"repository": {
"url": "https://github.com/mozilla/ichnaea/",
"license": "Apache 2.0",
"tests": "https://circleci.com/gh/mozilla/ichnaea"
},
"participate": {
"home": "https://location.services.mozilla.com/",
"docs": "https://ichnaea.readthedocs.io/",
"mailing-list": "https://discourse.mozilla.org/c/location/506",
"chat": {
"url": "https://chat.mozilla.org/#/room/#location:mozilla.org",
"contacts": ["jwhitlock"]
}
},
"bugs": {
"list": "https://github.com/mozilla/ichnaea/issues",
"report": "https://github.com/mozilla/ichnaea/issues/new"
},
"urls": {
"prod": "https://location.services.mozilla.com/"
},
"keywords": [
"geolocation",
"python",
"pyramid"
]
}