From 5a0f23852cf7703bfdb2b5ca369c0d0b4a96ab1b Mon Sep 17 00:00:00 2001
From: agata <agata@insiberia.net>
Date: Fri, 2 Sep 2022 16:53:35 +0200
Subject: [PATCH] patch duplicata

---
 composer.patches.json                  |  3 +--
 patches/themes/themes-minimalism.patch | 14 --------------
 2 files changed, 1 insertion(+), 16 deletions(-)
 delete mode 100644 patches/themes/themes-minimalism.patch

diff --git a/composer.patches.json b/composer.patches.json
index 3dddfd50..a30bc67e 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -56,8 +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"
+            "Theme footer": "patches/themes/0072-Patch-theme-minimalism.patch"
         },
         "wpackagist-theme/mnml": {
             "Theme footer": "patches/themes/0073-Patch-theme-mnml.patch"
diff --git a/patches/themes/themes-minimalism.patch b/patches/themes/themes-minimalism.patch
deleted file mode 100644
index 051f4356..00000000
--- a/patches/themes/themes-minimalism.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/footer.php b/footer.php
-index a7f191a7..24ea872d 100644
---- 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>
- 		<?php printf(__('%1$s powered by %2$s', 'minimalism'), get_bloginfo('name'),
--		'<a href="http://wordpress.org/">WordPress</a>'); ?> | <a href="http://www.genaehr.com/minimalism/">minimalism</a> by <a href="http://www.genaehr.com/">www.genaehr.com</a>
-+		'<a href="http://autistici.org/">R*</a>'); ?> | <a href="http://www.genaehr.com/minimalism/">minimalism</a> by <a href="http://www.genaehr.com/">www.genaehr.com</a>
- 		<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>
-
-- 
GitLab