From 1bebbcfa42de3602632313c0cbaa76662a685f3a Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Thu, 27 Nov 2025 17:21:12 +0000 Subject: [PATCH 1/2] Switch ownership from mdaleo404 to guardutils in README and pyproject --- README.md | 9 ++++----- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 47edc4d..0b82c7c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/pyproject.toml b/pyproject.toml index 76110ff..e9ed90f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Opinionated junk cleaner for dev machines (caches, build artifact authors = ["Marco D'Aleo "] 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] From ae281624dab40d84e0dd65ff7dbce7fe4326a748 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Thu, 27 Nov 2025 17:25:44 +0000 Subject: [PATCH 2/2] Trim trailing whitespaces in .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b7faf40..09be0ef 100644 --- a/.gitignore +++ b/.gitignore @@ -182,9 +182,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/