summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-10-08 01:12:23 +0200
committerGitHub2018-10-08 01:12:23 +0200
commit466dc9bc21305c51bd954eb19269485ea9d94bb5 (patch)
tree643ae1ccfa8d907325af5a8c395597e6ad0efad2
parent616dfdf543f24c9dabf08b2284d7c96ea3074920 (diff)
parenta006f53dea8890352284b687494ab9198fff9b92 (diff)
Merge pull request #992 from SISheogorath/fix/maintainer
Fix maintainer and URL in package.json
Diffstat (limited to '')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index c260b65f..fdca9ca8 100644
--- a/package.json
+++ b/package.json
@@ -143,11 +143,15 @@
"Markdown",
"Notes"
],
- "homepage": "https://hackmd.io",
+ "homepage": "https://codimd.org",
"maintainers": [
{
"name": "Max Wu",
"email": "jackymaxj@gmail.com"
+ },
+ {
+ "name": "Christoph (Sheogorath) Kern",
+ "email": "codimd@sheogorath.shivering-isles.com"
}
],
"repository": {