From 36117195fa6725498e758f721c5935c07a07c4fa Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 19:35:38 +0200 Subject: 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(+) (limited to 'package.json') diff --git a/package.json b/package.json index 12172639..5c8c7b2f 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": { -- cgit v1.2.3 From a006f53dea8890352284b687494ab9198fff9b92 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 5 Oct 2018 19:36:40 +0200 Subject: 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(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5c8c7b2f..0e85eb69 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", -- cgit v1.2.3