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"