From b7d8f80ef45a01a428b776a61f0152fcb7b7d4fb Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 4 Jun 2020 15:15:58 +0200 Subject: [PATCH] fix link to the license file --- meta/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index b5653ad..2065d6b 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.python3) # [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.python3?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.python3) -# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.python3/src/branch/master/LICENSE) # # Setup python3 and pip3. # @end