From 2b7f945840ebe497e9650a938dc83e3cc05edf19 Mon Sep 17 00:00:00 2001 From: konstantin Date: Mon, 28 Oct 2024 17:14:09 +0100 Subject: [PATCH] fix(docs): copy paste error in status badge: license is GPL, not MIT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5518d0d..b5ca3f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ebdamame -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +[![License: GPL](https://img.shields.io/badge/License-GPL-yellow.svg)](LICENSE) ![Python Versions (officially) supported](https://img.shields.io/pypi/pyversions/ebdamame.svg) ![Unittests status badge](https://github.com/Hochfrequenz/ebdamame/workflows/Unittests/badge.svg) ![Coverage status badge](https://github.com/Hochfrequenz/ebdamame/workflows/Coverage/badge.svg)