From e5add86ec87377dc799533f8e07ea0524b3056f8 Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:58:43 +0100 Subject: [PATCH] update funding-manifest-urls location, add news Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> --- changelogs/internal/newsfragments/2115.clarification | 1 + {.well-known => static/.well-known}/funding-manifest-urls | 0 2 files changed, 1 insertion(+) create mode 100644 changelogs/internal/newsfragments/2115.clarification rename {.well-known => static/.well-known}/funding-manifest-urls (100%) diff --git a/changelogs/internal/newsfragments/2115.clarification b/changelogs/internal/newsfragments/2115.clarification new file mode 100644 index 00000000..3deaf8c8 --- /dev/null +++ b/changelogs/internal/newsfragments/2115.clarification @@ -0,0 +1 @@ +Add [well-known funding manifest urls](https://floss.fund/funding-manifest/) to spec to authorise https://matrix.org/funding.json. Contributed by @HarHarLinks. diff --git a/.well-known/funding-manifest-urls b/static/.well-known/funding-manifest-urls similarity index 100% rename from .well-known/funding-manifest-urls rename to static/.well-known/funding-manifest-urls