diff --git a/composer.json b/composer.json
index fc40066ec393599a72f0dd4f82b2705e35d0e026..56ba555dd0d5f861cc8917a476aa357e85a4a199 100644
--- a/composer.json
+++ b/composer.json
@@ -52,7 +52,6 @@
         "wpackagist-theme/default": "1.7.2",
         "wpackagist-theme/disconnected": "1.3.0",
         "wpackagist-theme/elegant-grunge": "1.1",
-        "wpackagist-theme/fixed-blix": "^2009.08",
         "wpackagist-theme/fresh-editorial": "2.1",
         "wpackagist-theme/gone-fishing": "2.0",
         "wpackagist-theme/hybrid": "1.2",
diff --git a/composer.lock b/composer.lock
index bd39f155d48b1e35f412d9ad2d102f5ba995cd13..1a7d6bc74a0f4fd37ccad20d4527c9240fbe7d94 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "ff70a4c949ac050b5f7e3ade07961437",
+    "content-hash": "32bb888e821f7226ef335bbc8f4cd794",
     "packages": [
         {
             "name": "bjornjohansen/wplang",
@@ -1627,24 +1627,6 @@
             "type": "wordpress-theme",
             "homepage": "https://wordpress.org/themes/ff-multipurpose/"
         },
-        {
-            "name": "wpackagist-theme/fixed-blix",
-            "version": "2009.08.13",
-            "source": {
-                "type": "svn",
-                "url": "https://themes.svn.wordpress.org/fixed-blix/",
-                "reference": "2009.08.13"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://downloads.wordpress.org/theme/fixed-blix.2009.08.13.zip"
-            },
-            "require": {
-                "composer/installers": "^1.0 || ^2.0"
-            },
-            "type": "wordpress-theme",
-            "homepage": "https://wordpress.org/themes/fixed-blix/"
-        },
         {
             "name": "wpackagist-theme/fresh-editorial",
             "version": "2.1",
@@ -2196,5 +2178,5 @@
         "php": ">=7.1"
     },
     "platform-dev": [],
-    "plugin-api-version": "2.3.0"
+    "plugin-api-version": "2.0.0"
 }
diff --git a/composer.patches.json b/composer.patches.json
index 0e392043acf0c46af20cd894ec0a00bf4bfbb297..c32112d21a502921195c6e663f861b43d646cff6 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -47,9 +47,6 @@
         "wpackagist-theme/elegant-grunge": {
             "Theme footer": "patches/themes/0064-Patch-theme-elegant-grunge.patch"
         },
-        "wpackagist-theme/fixed-blix": {
-            "Theme footer": "patches/themes/0065-Patch-theme-fixed-blix.patch"
-        },
         "wpackagist-theme/fresh-editorial": {
             "Theme footer": "patches/themes/0067-Patch-theme-fresh-editorial.patch"
         },
diff --git a/patches/themes/0065-Patch-theme-fixed-blix.patch b/patches/themes/0065-Patch-theme-fixed-blix.patch
deleted file mode 100644
index e59e2a770e1be7d79498cd473e7070ebc148b04d..0000000000000000000000000000000000000000
--- a/patches/themes/0065-Patch-theme-fixed-blix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From c73b76c0d9bf78b93df9db392f94f8f78c7bea8f Mon Sep 17 00:00:00 2001
-From: root <root@rivolta.investici.org>
-Date: Tue, 7 Dec 2010 12:57:55 +0000
-Subject: [PATCH 065/229] Patch theme fixed-blix
-
----
- wp-content/themes/fixed-blix/footer.php | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/wp-content/themes/fixed-blix/footer.php b/wp-content/themes/fixed-blix/footer.php
-index b1af61fb..8c4003bc 100644
---- a/wp-content/themes/fixed-blix/footer.php
-+++ b/wp-content/themes/fixed-blix/footer.php
-@@ -8,9 +8,8 @@
-     $locale = get_locale();
-     if (!$locale || $locale == 'en_US') {
- ?>
--                    <strong>&copy; Copyright <?php echo date('Y'), ' '; bloginfo('name'); ?>. All rights reserved.</strong><br />
--<?php } ?>
--                    <a href="http://lettersandscience.net/Blix/"><strong>Blix</strong></a> theme.  <?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?> <?php bloginfo('version'); ?>.  <?php wp_loginout(); ?>
-+                   <?php } ?>
-+			  <p> Powered by <a href='http://autistici.org/'><strong>R*</strong></a></p> <?php wp_loginout(); ?>
-                 </p>
- 
- <?php do_action('wp_footer'); ?>
--- 
-2.17.1
-