From dd6a869c0f97e9873c1ae42a7f6bdd9cf9c51932 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 28 Sep 2025 12:22:08 +0200 Subject: [PATCH] fix(docs): fix readme license badge Signed-off-by: Kjeld Schouten --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index fe36d32aaa5..96ab3a9c219 100644 --- a/.github/README.md +++ b/.github/README.md @@ -449,7 +449,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ ## Licence -[![License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg?style=for-the-badge)](https://github.com/trueforge-org/truecharts/blob/master/docs/LICENSE.BSD3) +[[![License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg?style=for-the-badge)](https://github.com/trueforge-org/truecharts/blob/master/docs/LICENSE.BSD3)](https://img.shields.io/badge/license-AGPL--v3-blue.svg?style=for-the-badge) ---