From 4800d537bfef0bc0717a6491f5aa2bf91e4ec6b6 Mon Sep 17 00:00:00 2001 From: Amr Abed Date: Thu, 23 Apr 2026 07:32:23 -0400 Subject: [PATCH] Remove Patreon username --- .github/FUNDING.yml | 2 +- Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5957ad0..a6ae591 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ github: [amrabed] -patreon: amrabed \ No newline at end of file +patreon: # Put your Patreon username here \ No newline at end of file diff --git a/Makefile b/Makefile index 2d8f8f7..27718a0 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ project: # Rename project (run once) @sed -i '' 's/^# .*/# ${DESCRIPTION}/' docs/README.md @sed -i '' 's/@.*/@${GITHUB}/' .github/CODEOWNERS @sed -i '' 's/^github: \[.*\]/github: \[${GITHUB}\]/' .github/FUNDING.yml - @sed -i '' 's/^patreon: .*/patreon: # Put your Patreon username here/' .github/FUNDING.yml uv: # Install uv pipx install -f uv