diff --git a/composer.patches.json b/composer.patches.json
index a30bc67eac72893d3a7f2fa9b4c0687e63df16de..bc06d66d56ea34c2c91dd08d15fb12366d7f504d 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -56,7 +56,7 @@
             "Theme footer": "patches/themes/0071-Patch-theme-inove.patch"
         },
         "wpackagist-theme/minimalism": {
-            "Theme footer": "patches/themes/0072-Patch-theme-minimalism.patch"
+            "Theme footer": "patches/themes/themes-minimalism.patch"
         },
         "wpackagist-theme/mnml": {
             "Theme footer": "patches/themes/0073-Patch-theme-mnml.patch"
diff --git a/patches/themes/0072-Patch-theme-minimalism.patch b/patches/themes/themes-minimalism.patch
similarity index 64%
rename from patches/themes/0072-Patch-theme-minimalism.patch
rename to patches/themes/themes-minimalism.patch
index 28a3468889a7d39a0ac852326954a5a25d850065..051f4356cd02b2de13e9e2f470f887efa7454204 100644
--- a/patches/themes/0072-Patch-theme-minimalism.patch
+++ b/patches/themes/themes-minimalism.patch
@@ -1,16 +1,7 @@
-From 9f20442cc2561bd07de0f24018c3d3a2594704f1 Mon Sep 17 00:00:00 2001
-From: root <root@rivolta.investici.org>
-Date: Tue, 7 Dec 2010 14:47:41 +0000
-Subject: [PATCH 072/229] Patch theme minimalism
-
----
- wp-content/themes/minimalism/footer.php | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/wp-content/themes/minimalism/footer.php b/wp-content/themes/minimalism/footer.php
+diff --git a/footer.php b/footer.php
 index a7f191a7..24ea872d 100644
---- a/wp-content/themes/minimalism/footer.php
-+++ b/wp-content/themes/minimalism/footer.php
+--- a/footer.php
++++ b/footer.php
 @@ -4,7 +4,7 @@
  <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
  	<p>
@@ -20,10 +11,4 @@ index a7f191a7..24ea872d 100644
  		<br /><?php printf(__('%1$s and %2$s.', 'minimalism'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'minimalism') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'minimalism') . '</a>'); ?>
  		<!-- <?php printf(__('%d queries. %s seconds.', 'minimalism'), get_num_queries(), timer_stop(0, 3)); ?> -->
  	</p>
-@@ -16,4 +16,3 @@
- 
- 		<?php wp_footer(); ?>
- </body>
--- 
-2.17.1