From b9a182f5cb3eab3a763b34c70fd09366c17979d6 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 18 Aug 2022 10:24:17 +0200 Subject: [PATCH] Fix double license key in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 97afb69..603a578 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "admindoc": "https://prometheus.io/docs", "code": "https://github.com/prometheus/prometheus" }, - "license": "MIT", + "license": "Apache-2.0", "maintainer": { "name": "tituspijean", "email": "tituspijean@outlook.com"