From 5b5fda447757fdd77b83c06a1832f181f53a4018 Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 21 Mar 2020 15:20:57 -0400 Subject: [PATCH] Update github links --- INSTALL.md | 2 +- README.md | 2 +- build-appimage.sh | 2 +- requirements.txt | 2 +- src/gui/MainPane/TopBar.qml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b9450982..56de7027 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -223,7 +223,7 @@ After following the above sections instructions depending on your system, clone the repository, install the python dependencies, compile and install: ```sh -git clone --recursive https://github.com/mirukan/mirage +git clone --recursive https://github.com/mirukana/mirage cd mirage pip3 install --user -Ur requirements.txt pip3 install --user -U uvloop==0.14.0 diff --git a/README.md b/README.md index 0b19dcff..28f955db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mirage ![Latest release](https://img.shields.io//github/v/release/mirukan/mirage) +# Mirage ![Latest release](https://img.shields.io//github/v/release/mirukana/mirage) [Features](#currently-implemented-features) ⬥ [Installation](INSTALL.MD) ⬥ diff --git a/build-appimage.sh b/build-appimage.sh index 631e27b6..6b207774 100755 --- a/build-appimage.sh +++ b/build-appimage.sh @@ -34,7 +34,7 @@ set -eo pipefail -MIRAGE_REPO_URL='https://github.com/mirukan/mirage' +MIRAGE_REPO_URL='https://github.com/mirukana/mirage' check_distro() { diff --git a/requirements.txt b/requirements.txt index 6d007f35..2e8a3297 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ dataclasses >= 0.6, < 0.7; python_version < "3.7" async_generator >= 1.10, < 2; python_version < "3.7" pyfastcopy >= 1.0.3, < 2; python_version < "3.8" -git+http://github.com/mirukan/matrix-nio#egg=matrix-nio[e2e] +git+http://github.com/mirukana/matrix-nio#egg=matrix-nio[e2e] diff --git a/src/gui/MainPane/TopBar.qml b/src/gui/MainPane/TopBar.qml index 55025786..ce01a235 100644 --- a/src/gui/MainPane/TopBar.qml +++ b/src/gui/MainPane/TopBar.qml @@ -30,7 +30,7 @@ Rectangle { toolTip.text: qsTr("Open project repository") onClicked: - Qt.openUrlExternally("https://github.com/mirukan/mirage") + Qt.openUrlExternally("https://github.com/mirukana/mirage") Layout.fillWidth: true Layout.fillHeight: true