Switch ownership from mdaleo404 to guardutils in README and pyproject
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
[](LICENCE)
|
||||
[](https://github.com/mdaleo404/filedust/)
|
||||

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

|
||||

|
||||
[](https://github.com/mdaleo404/filedust/actions)
|
||||
[](https://pypi.org/project/filedust/)
|
||||
|
||||
# filedust
|
||||
@@ -46,7 +45,7 @@ pip install filedust
|
||||
|
||||
### From this repository
|
||||
```
|
||||
git clone https://github.com/mdaleo404/filedust.git
|
||||
git clone https://github.com/guardutils/filedust.git
|
||||
cd filedust/
|
||||
poetry install
|
||||
```
|
||||
|
||||
@@ -5,8 +5,8 @@ description = "Opinionated junk cleaner for dev machines (caches, build artifact
|
||||
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/mdaleo404/filedust"
|
||||
repository = "https://github.com/mdaleo404/filedust"
|
||||
homepage = "https://github.com/guardutils/filedust"
|
||||
repository = "https://github.com/guardutils/filedust"
|
||||
packages = [{ include = "filedust", from = "src" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user