Merge pull request #992 from SISheogorath/fix/maintainer
Fix maintainer and URL in package.json
This commit is contained in:
commit
466dc9bc21
1 changed files with 5 additions and 1 deletions
|
@ -143,11 +143,15 @@
|
||||||
"Markdown",
|
"Markdown",
|
||||||
"Notes"
|
"Notes"
|
||||||
],
|
],
|
||||||
"homepage": "https://hackmd.io",
|
"homepage": "https://codimd.org",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
{
|
{
|
||||||
"name": "Max Wu",
|
"name": "Max Wu",
|
||||||
"email": "jackymaxj@gmail.com"
|
"email": "jackymaxj@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Christoph (Sheogorath) Kern",
|
||||||
|
"email": "codimd@sheogorath.shivering-isles.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue