diff --git a/composer.patches.json b/composer.patches.json
index 3de50ed25bd3dc276eeaa3fd05c86fff59d6060b..215a880e7fba90000765389c7537e7160cf31558 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -27,17 +27,20 @@
         "wpackagist-plugin/more-privacy-options": {
             "Do send mail on privacy setting change": "patches/plugins/more-privacy-options.patch"
         },
-	"wpackagist-plugin/mathjax-latex" : {
+	"wpackagist-plugin/mathjax-latex": {
 	    "Remove unneeded options for mathjax-latex": "patches/plugins/191-mathjax-latex.patch",
 	    "Added some instructions on mathjax latex plugin": "patches/plugins/192-mathjax-latex.patch"
 	},
 	"wpackagist-plugin/creative-commons-license-widget": {
             "Remove hotlinking of images": "patches/plugin/creative-commons-license.patch"
         },
-	"wpackagist-plugin/buddypress":{
+	"wpackagist-plugin/buddypress": {
 	    "Disable gravatar": "patches/buddypress/0053-Patch-buddypress.patch",
 	    "Use buddypress avatars if possible": "patches/buddypress/0092-buddypress-override-some-avatar-functions.patch",
 	    "Force https on buddypress login redirect": "patches/buddypress/0147-forced-https-on-buddypress-login-redirect.patch"
-	}
+	},
+        "wpackagist-plugin/wp-piwik": {
+            "Disable Piwik global updates": "patches/plugin/wp-piwik.patch"
+        }
     }
 }
diff --git a/patches/0182-disable-wp-piwik-global-update-script.patch b/patches/plugins/wp-piwik.patch
similarity index 100%
rename from patches/0182-disable-wp-piwik-global-update-script.patch
rename to patches/plugins/wp-piwik.patch