From bc0f0ea6f3a3dc4c44e8288b351306a4d608c4b3 Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:39:57 +0100 Subject: [PATCH] Change self references from Gnuxie/Draupnir to the-draupnir-project/Draupnir (#208) --- docs/setup_selfbuild.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup_selfbuild.md b/docs/setup_selfbuild.md index c71a4299..f3fbc796 100644 --- a/docs/setup_selfbuild.md +++ b/docs/setup_selfbuild.md @@ -2,7 +2,7 @@ These instructions are to build and run draupnir without using [Docker](./setup_ You need to have installed `yarn` 1.x and Node 18. ```bash -git clone https://github.com/gnuxie/draupnir.git +git clone https://github.com/the-draupnir-project/Draupnir.git cd draupnir yarn install diff --git a/package.json b/package.json index c48de567..c942cd2b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.85.1", "description": "A moderation tool for Matrix", "main": "lib/index.js", - "repository": "https://github.com/Gnuxie/Draupnir.git", + "repository": "https://github.com/the-draupnir-project/Draupnir.git", "author": "Gnuxie", "license": "AFL-3.0", "private": true,