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.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/overlays/patches/public-inbox/default.nix b/overlays/patches/public-inbox/default.nix
index 873af1f61e10..37ee7ca4fab1 100644
--- a/overlays/patches/public-inbox/default.nix
+++ b/overlays/patches/public-inbox/default.nix
@@ -3,10 +3,6 @@
 public-inbox.overrideAttrs ({ patches ? [], ... }: {
   patches = patches ++ [
     ./0001-view-don-t-show-page-if-no-links-follow-it.patch
-    ./0002-wwwstream-make-source-info-configurable.patch
-    (fetchpatch {
-      url = "https://public-inbox.org/meta/20210622120920.2756569-1-hi@alyssa.is/raw";
-      sha256 = "0plpav4l5zkl14wjmc6qr54kcjch296ynawrbbyk4m6i54dyhfbw";
-    })
+    ./0002-wwwtext-make-source-info-configurable.patch
   ];
 })