Switch ownership from mdaleo404 to guardutils in README and pyproject

This commit is contained in:
2025-11-27 17:55:29 +00:00
parent fc02895965
commit 649e16c03a
2 changed files with 6 additions and 7 deletions

View File

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

View File

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