From 10182c52630c898a56f70180cfd398c8d36399c9 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 14 Jul 2022 10:53:16 +0200 Subject: [PATCH] fix module tags --- src/DroneHelper.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DroneHelper.psd1 b/src/DroneHelper.psd1 index 2c975a5..b022ccf 100644 --- a/src/DroneHelper.psd1 +++ b/src/DroneHelper.psd1 @@ -153,7 +153,7 @@ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = @('gitea', 'drone.io', 'Module Build helper') + Tags = @('gitea', 'drone.io') # A URL to the license for this module. LicenseUri = 'https://gitea.ocram85.com/OCram85/DroneHelper/src/branch/master/LICENSE'