about summary refs log tree commit diff
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/patches/mailman/web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/patches/mailman/web.nix b/overlays/patches/mailman/web.nix
index 8f08c0e6b345..fe9ce51d6ffe 100644
--- a/overlays/patches/mailman/web.nix
+++ b/overlays/patches/mailman/web.nix
@@ -2,6 +2,6 @@
 
 (web.overrideAttrs ({ postPatch ? "", ... }: {
   postPatch = postPatch + ''
-    substituteInPlace mailman_web/urls.py --replace ^archives/ ^hyperkitty/
+    substituteInPlace mailman_web/urls.py --replace "'archives/" "'hyperkitty/"
   '';
 })).override (builtins.removeAttrs args [ "web" ])