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

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

|

|
||||||

|

|
||||||
[](https://github.com/mdaleo404/resrm/actions)
|
|
||||||
[](https://pypi.org/project/resrm/)
|
[](https://pypi.org/project/resrm/)
|
||||||
|
|
||||||
# resrm
|
# resrm
|
||||||
@@ -75,7 +74,7 @@ pip install resrm
|
|||||||
### From this repository
|
### From this repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mdaleo404/resrm.git
|
git clone https://github.com/guardutils/resrm.git
|
||||||
cd resrm/
|
cd resrm/
|
||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ description = "drop-in replacement for rm with undo/restore built-in."
|
|||||||
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/resrm"
|
homepage = "https://github.com/guardutils/resrm"
|
||||||
repository = "https://github.com/mdaleo404/resrm"
|
repository = "https://github.com/guardutils/resrm"
|
||||||
packages = [{include = "resrm", from = "src"}]
|
packages = [{include = "resrm", from = "src"}]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user