summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorSheogorath2018-06-22 21:07:30 +0200
committerSheogorath2018-06-24 13:24:12 +0200
commit4b060c7dba034f76007f41d088778e569e69d2af (patch)
tree126706b518a60a6c2209e374346d48afa05c8a8d /app.js
parentd87505d5836ea1bad60c0e2c2a8aa25b9b4e1590 (diff)
Rebrand HackMD to CodiMD
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--app.js2
-rw-r--r--app.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/app.js b/app.js
index bfb5a49a..a9bd2ec8 100644
--- a/app.js
+++ b/app.js
@@ -234,7 +234,7 @@ process.on('uncaughtException', function (err) {
// install exit handler
function handleTermSignals () {
- logger.info('hackmd has been killed by signal, try to exit gracefully...')
+ logger.info('CodiMD has been killed by signal, try to exit gracefully...')
realtime.maintenance = true
// disconnect all socket.io clients
Object.keys(io.sockets.sockets).forEach(function (key) {
diff --git a/app.json b/app.json
index 36877e68..6a6142ee 100644
--- a/app.json
+++ b/app.json
@@ -1,5 +1,5 @@
{
- "name": "HackMD",
+ "name": "CodiMD",
"description": "Realtime collaborative markdown notes on all platforms",
"keywords": [
"Collaborative",
@@ -7,8 +7,8 @@
"Notes"
],
"website": "https://hackmd.io",
- "repository": "https://github.com/hackmdio/hackmd",
- "logo": "https://github.com/hackmdio/hackmd/raw/master/public/hackmd-icon-1024.png",
+ "repository": "https://github.com/hackmdio/codimd",
+ "logo": "https://github.com/hackmdio/codimd/raw/master/public/codimd-icon-1024.png",
"success_url": "/",
"env": {
"BUILD_ASSETS": {