From 4dc38a7ca4a19d70828303b16f9468c9d2fb6396 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 27 Jan 2020 13:49:20 +0100 Subject: [PATCH] fix license badge --- README.md | 4 ++-- meta/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 558420f..694a300 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # xoxys.cacerts - + [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.cacerts?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.cacerts) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) Deploy custom ca certificates diff --git a/meta/main.yml b/meta/main.yml index 260d02c..2395c35 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -6,7 +6,7 @@ galaxy_info: # @meta description: > # [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.cacerts) # [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.cacerts?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.cacerts) -# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE) +# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) # # Deploy custom ca certificates. # @end