Explorar el Código

[refactor] relocated repository

B Thibault hace 8 años
padre
commit
f3fd9ccefc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "knackigate-slack",
+  "name": "mimouchat",
   "description": "Slack http client using long polling",
   "dependencies": [
     "ws",
@@ -15,7 +15,7 @@
   ],
   "repository": {
     "type": "git",
-    "url": "git@git.knacki.info:isundil/knackigate-slack"
+    "url": "git@git.knacki.info:isundil/mimouchat"
   },
   "license": "GPL-3.0"
 }