From 36117195fa6725498e758f721c5935c07a07c4fa Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 19:35:38 +0200 Subject: [PATCH 1/2] Add myself as maintainer Well, since I'm currently the maintainer of CodiMD, I should maybe mentioned in the package.json, just in case someone is willing to contact me about it. Signed-off-by: Sheogorath --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1217263..5c8c7b2 100644 --- a/package.json +++ b/package.json @@ -147,6 +147,10 @@ { "name": "Max Wu", "email": "jackymaxj@gmail.com" + }, + { + "name": "Christoph (Sheogorath) Kern", + "email": "codimd@sheogorath.shivering-isles.com" } ], "repository": { From a006f53dea8890352284b687494ab9198fff9b92 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 19:36:40 +0200 Subject: [PATCH 2/2] Update URL to codimd's own URL Since we have an own URL we should use it in here, since CodiMD and HackMD are really drifting away from each other. Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c8c7b2..0e85eb6 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "Markdown", "Notes" ], - "homepage": "https://hackmd.io", + "homepage": "https://codimd.org", "maintainers": [ { "name": "Max Wu",