diff --git a/patch-status/index.html b/patch-status/index.html
index e8f3dfb8..28ca07df 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -178,10 +178,6 @@ SPDX-License-Identifier: MIT
           <summary>scarthgap</summary>
           <div id="cve_status_scarthgap"></div>
         </details>
-        <details>
-          <summary>nanbield</summary>
-          <div id="cve_status_nanbield"></div>
-        </details>
         <details>
           <summary>kirkstone</summary>
           <div id="cve_status_kirkstone"></div>
@@ -382,12 +378,6 @@ SPDX-License-Identifier: MIT
         createCVEList('cve_status_scarthgap', data);
       })
 
-    fetch('cve-status-nanbield.txt')
-      .then(response => response.text())
-      .then(data => {
-        createCVEList('cve_status_nanbield', data);
-      })
-
     fetch('cve-status-kirkstone.txt')
       .then(response => response.text())
       .then(data => {
