Switch ownership from mdaleo404 to guardutils in README and pyproject #11
@@ -1,8 +1,7 @@
|
||||

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

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

|
||||

|
||||
[](https://github.com/mdaleo404/mirro/actions)
|
||||
[](https://pypi.org/project/mirro/)
|
||||
|
||||
# mirro
|
||||
@@ -179,7 +178,7 @@ pip install mirro
|
||||
|
||||
### From this repository
|
||||
```
|
||||
git clone https://github.com/mdaleo404/mirro.git
|
||||
git clone https://github.com/guardutils/mirro.git
|
||||
cd mirro/
|
||||
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>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/mdaleo404/mirro"
|
||||
repository = "https://github.com/mdaleo404/mirro"
|
||||
homepage = "https://github.com/guardutils/mirro"
|
||||
repository = "https://github.com/guardutils/mirro"
|
||||
packages = [{include = "mirro", from = "src"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user