about summary refs log tree commit diff
path: root/overlays/patches/public-inbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/public-inbox/default.nix')
-rw-r--r--overlays/patches/public-inbox/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/overlays/patches/public-inbox/default.nix b/overlays/patches/public-inbox/default.nix
index 7f61e99484b8..7c354ec8b17b 100644
--- a/overlays/patches/public-inbox/default.nix
+++ b/overlays/patches/public-inbox/default.nix
@@ -2,11 +2,6 @@
 
 public-inbox.overrideAttrs ({ patches ? [], ... }: {
   patches = patches ++ [
-    (fetchpatch {
-      url = "https://80x24.org/public-inbox.git/patch/?id=41ecd08ee60daa495de3a2fc2c0296dc9cc9a0b3";
-      sha256 = "1skn2ncr9g6k78fiscwkqisg4k0pv133sf4pyzryn3ahb09i1yqn";
-    })
-
     ./0001-view-don-t-show-page-if-no-links-follow-it.patch
     ./0002-wwwstream-make-source-info-configurable.patch
   ];