From ed95f6b1fad8851aa1c3edab9b5218fed7f6046c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 4 Feb 2018 08:41:50 -0500 Subject: [PATCH] Change Mental slug to lowercase --- plugins/{Mental.json => mental.json} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename plugins/{Mental.json => mental.json} (93%) diff --git a/plugins/Mental.json b/plugins/mental.json similarity index 93% rename from plugins/Mental.json rename to plugins/mental.json index f2897125..ad75669f 100644 --- a/plugins/Mental.json +++ b/plugins/mental.json @@ -1,5 +1,5 @@ { - "slug": "Mental", + "slug": "mental", "name": "Strum's Mental Modules", "author": "Strum", "license": "BSD 3-clause", @@ -7,5 +7,4 @@ "homepage": "https://github.com/Strum/Strums_Mental_VCV_Modules", "manual": "https://github.com/Strum/Strums_Mental_VCV_Modules/wiki/Mental-Modules-WIKI", "source": "https://github.com/Strum/Strums_Mental_VCV_Modules" - }