From 93b355a9ef1e53cd70e40fadfa7a8fb5a77101c7 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:39:16 +0600 Subject: [PATCH] Update donation link [skip ci] --- .github/FUNDING.yml | 1 + .github/workflows/release.yml | 2 +- core/common/src/main/kotlin/tachiyomi/core/common/Constants.kt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..b786287e2 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +patreon: mihon diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67bf65ec0..edaf4cf5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -148,7 +148,7 @@ jobs: tag_name: ${{ needs.get_tag.outputs.tag }} name: Mihon ${{ needs.get_tag.outputs.tag }} body: | - Check out the [past release notes](https://github.com/mihonapp/mihon/releases) if you’re upgrading from an earlier version. Consider [donating via Open Collective](https://opencollective.com/mihon/contribute) to help keep Mihon improving! + Check out the [past release notes](https://github.com/mihonapp/mihon/releases) if you’re upgrading from an earlier version. Consider [donating via Patreon](https://patreon.com/mihon/membership) to help keep Mihon improving! diff --git a/core/common/src/main/kotlin/tachiyomi/core/common/Constants.kt b/core/common/src/main/kotlin/tachiyomi/core/common/Constants.kt index e65910186..1e7b8b873 100644 --- a/core/common/src/main/kotlin/tachiyomi/core/common/Constants.kt +++ b/core/common/src/main/kotlin/tachiyomi/core/common/Constants.kt @@ -3,7 +3,7 @@ package tachiyomi.core.common object Constants { const val URL_HELP = "https://mihon.app/docs/guides/troubleshooting/" const val URL_HELP_UPCOMING = "https://mihon.app/docs/faq/updates/upcoming" - const val URL_DONATE = "https://opencollective.com/mihon/contribute" + const val URL_DONATE = "https://patreon.com/mihon/membership" const val MANGA_EXTRA = "manga"