diff options
author | Christoph (Sheogorath) Kern | 2018-10-08 01:12:23 +0200 |
---|---|---|
committer | GitHub | 2018-10-08 01:12:23 +0200 |
commit | 466dc9bc21305c51bd954eb19269485ea9d94bb5 (patch) | |
tree | 643ae1ccfa8d907325af5a8c395597e6ad0efad2 | |
parent | 616dfdf543f24c9dabf08b2284d7c96ea3074920 (diff) | |
parent | a006f53dea8890352284b687494ab9198fff9b92 (diff) |
Merge pull request #992 from SISheogorath/fix/maintainer
Fix maintainer and URL in package.json
-rw-r--r-- | package.json | 6 |
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": { |