diff options
author | Markus Wüstenberg | 2024-10-03 09:46:38 +0200 |
---|---|---|
committer | Markus Wüstenberg | 2024-10-03 09:46:38 +0200 |
commit | b7a00582ac0052652bc2857ab57016b9dd4f8b0c (patch) | |
tree | c5eea00989f722e094ba77b6a91eb831d9e10954 | |
parent | e3a9a4c5930a1623355916d727290c0f4ae66701 (diff) | |
download | gomponents-b7a00582ac0052652bc2857ab57016b9dd4f8b0c.tar.lz gomponents-b7a00582ac0052652bc2857ab57016b9dd4f8b0c.tar.zst gomponents-b7a00582ac0052652bc2857ab57016b9dd4f8b0c.zip |
Fix `mailto:` in FUNDING.yml not working
-rw-r--r-- | .github/FUNDING.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 136ae21..c8ba47b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ custom: - - "mailto:markus@maragu.dk?Subject=Supporting%20your%20project" + - "https://maragu.gumroad.com/l/gomponents" |