taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit ae378542cfe0d6ff7e0669cb9bd7cecec4cef1de
parent 5beb532f0ac39052bbd84434fce1a03f11f5ad55
Author: Antoine A <>
Date:   Wed, 12 Mar 2025 16:46:26 +0100

fix funding.json

Diffstat:
Mstatic/funding.json | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/static/funding.json b/static/funding.json @@ -7,7 +7,8 @@ "email": "contact@taler.net", "description": "We provide a free software payment system that makes privacy-friendly online transactions fast and easy", "webpageUrl": { - "url": "https://www.taler.net" + "url": "https://www.taler.net", + "wellKnown": "https://www.taler.net/.well-known/funding-manifest-urls" } }, "projects": [ @@ -16,10 +17,12 @@ "name": "LibEuFin", "description": "LibEuFin is a project providing free software tooling for European FinTech.", "webpageUrl": { - "url": "https://docs.taler.net/libeufin" + "url": "https://docs.taler.net/libeufin", + "wellKnown": "https://docs.taler.net/.well-known/funding-manifest-urls" }, "repositoryUrl": { - "url": "https://git.taler.net/libeufin.git" + "url": "https://git.taler.net/libeufin.git", + "wellKnown": "https://git.taler.net/.well-known/funding-manifest-urls" }, "licenses": [ "AGPL-3.0"