Merge pull request #19 from guardutils/update_resrm_20251127
Switch ownership from mdaleo404 to guardutils in README and pyproject
This commit was merged in pull request #19.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||

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

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

|
||||

|
||||
[](https://github.com/mdaleo404/resrm/actions)
|
||||
[](https://pypi.org/project/resrm/)
|
||||
|
||||
# resrm
|
||||
@@ -75,7 +74,7 @@ pip install resrm
|
||||
### From this repository
|
||||
|
||||
```bash
|
||||
git clone https://github.com/mdaleo404/resrm.git
|
||||
git clone https://github.com/guardutils/resrm.git
|
||||
cd resrm/
|
||||
poetry install
|
||||
```
|
||||
|
||||
@@ -5,8 +5,8 @@ description = "drop-in replacement for rm with undo/restore built-in."
|
||||
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/mdaleo404/resrm"
|
||||
repository = "https://github.com/mdaleo404/resrm"
|
||||
homepage = "https://github.com/guardutils/resrm"
|
||||
repository = "https://github.com/guardutils/resrm"
|
||||
packages = [{include = "resrm", from = "src"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user