Switch ownership from mdaleo404 to guardutils in README and pyproject
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||

|
[](LICENCE)
|
||||||
[](https://github.com/mdaleo404/mirro/)
|
[](https://github.com/guardutils/mirro/)
|
||||||

|

|
||||||

|

|
||||||
[](https://github.com/mdaleo404/mirro/actions)
|
|
||||||
[](https://pypi.org/project/mirro/)
|
[](https://pypi.org/project/mirro/)
|
||||||
|
|
||||||
# mirro
|
# mirro
|
||||||
@@ -179,7 +178,7 @@ pip install mirro
|
|||||||
|
|
||||||
### From this repository
|
### From this repository
|
||||||
```
|
```
|
||||||
git clone https://github.com/mdaleo404/mirro.git
|
git clone https://github.com/guardutils/mirro.git
|
||||||
cd mirro/
|
cd mirro/
|
||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ description = "A safe editing wrapper: edits a temp copy, compares, and saves or
|
|||||||
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/mdaleo404/mirro"
|
homepage = "https://github.com/guardutils/mirro"
|
||||||
repository = "https://github.com/mdaleo404/mirro"
|
repository = "https://github.com/guardutils/mirro"
|
||||||
packages = [{include = "mirro", from = "src"}]
|
packages = [{include = "mirro", from = "src"}]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user