Update github links
This commit is contained in:
parent
412d92dc25
commit
5b5fda4477
|
@ -223,7 +223,7 @@ After following the above sections instructions depending on your system,
|
||||||
clone the repository, install the python dependencies, compile and install:
|
clone the repository, install the python dependencies, compile and install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --recursive https://github.com/mirukan/mirage
|
git clone --recursive https://github.com/mirukana/mirage
|
||||||
cd mirage
|
cd mirage
|
||||||
pip3 install --user -Ur requirements.txt
|
pip3 install --user -Ur requirements.txt
|
||||||
pip3 install --user -U uvloop==0.14.0
|
pip3 install --user -U uvloop==0.14.0
|
||||||
|
|
|
@ -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) ⬥
|
[Features](#currently-implemented-features) ⬥
|
||||||
[Installation](INSTALL.MD) ⬥
|
[Installation](INSTALL.MD) ⬥
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
MIRAGE_REPO_URL='https://github.com/mirukan/mirage'
|
MIRAGE_REPO_URL='https://github.com/mirukana/mirage'
|
||||||
|
|
||||||
|
|
||||||
check_distro() {
|
check_distro() {
|
||||||
|
|
|
@ -12,4 +12,4 @@ dataclasses >= 0.6, < 0.7; python_version < "3.7"
|
||||||
async_generator >= 1.10, < 2; python_version < "3.7"
|
async_generator >= 1.10, < 2; python_version < "3.7"
|
||||||
pyfastcopy >= 1.0.3, < 2; python_version < "3.8"
|
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]
|
||||||
|
|
|
@ -30,7 +30,7 @@ Rectangle {
|
||||||
toolTip.text: qsTr("Open project repository")
|
toolTip.text: qsTr("Open project repository")
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
Qt.openUrlExternally("https://github.com/mirukan/mirage")
|
Qt.openUrlExternally("https://github.com/mirukana/mirage")
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user