about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-07-13 17:57:15 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-07-13 17:57:15 +0200
commitfc500a606225b56c3da7eaebf2bfb94e9cc97d2f (patch)
tree224cbc337acea85bd7a358fb4985f0362432cf38 /package.json
parent82bc8e764798b74f475763136117592526d905fa (diff)
parent31593d14269bd5f21151d70eec1031aa30ee0937 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `CONTRIBUTING.md`:
  Upstream file has changed and we're quoting it.
  Ported the changes.
- `README.md`:
  Upstream file has changed but we have a completely different one.
  Kept our version.
- `lib/mastodon/version.rb`:
  Upstream has changed from `tootsuite/mastodon` to `mastodon/mastodon`,
  but we're still `glitch-soc/mastodon`.
  Kept our version.
- `spec/presenters/instance_presenter_spec.rb`:
  Upstream has changed from `tootsuite/mastodon` to `mastodon/mastodon`,
  but we're still `glitch-soc/mastodon`.
  Kept our version.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1c14ad610..932911d6c 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "@tootsuite/mastodon",
+  "name": "@mastodon/mastodon",
   "license": "AGPL-3.0-or-later",
   "engines": {
     "node": ">=12"
@@ -18,7 +18,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/tootsuite/mastodon.git"
+    "url": "https://github.com/mastodon/mastodon.git"
   },
   "browserslist": [
     "last 2 versions",