Switch ownership from mdaleo404 to guardutils in README and pyproject

This commit is contained in:
2025-11-27 17:21:12 +00:00
committed by Marco D'Aleo
parent 4e8171da84
commit 1bebbcfa42
2 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
[![License](https://img.shields.io/github/license/mdaleo404/filedust?style=flat)](LICENCE)
[![Language](https://img.shields.io/github/languages/top/mdaleo404/filedust.svg)](https://github.com/mdaleo404/filedust/)
![GitHub Release](https://img.shields.io/github/v/release/mdaleo404/filedust?display_name=release&logo=github)
[![License](https://img.shields.io/github/license/guardutils/filedust?style=flat)](LICENCE)
[![Language](https://img.shields.io/github/languages/top/guardutils/filedust.svg)](https://github.com/guardutils/filedust/)
![GitHub Release](https://img.shields.io/github/v/release/guardutils/filedust?display_name=release&logo=github)
![PyPI - Version](https://img.shields.io/pypi/v/filedust?logo=pypi)
[![Build Status](https://img.shields.io/github/actions/workflow/status/mdaleo404/filedust/.github/workflows/lint-and-security.yml)](https://github.com/mdaleo404/filedust/actions)
[![PyPI downloads](https://img.shields.io/pypi/dm/filedust.svg)](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
```

View File

@@ -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]