about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index fef10f2..4e634b1 100755
--- a/build
+++ b/build
@@ -2,7 +2,7 @@
 #!nix-shell -i sh -p curl fead python3Packages.formbox htmlq julia-bin nodejs
 set -ex
 curl -Ss https://git.sr.ht/~amolith/fediring.net/blob/main/webring.txt |
-    awk 'NR % 2 { print $2 }' > _libs/fediring
+    grep -C1 cnx.gdn | awk 'NR % 2 { print $2 }' > _libs/fediring
 fead -F _libs/fead/sources -n 4 -l 192\
   < _libs/fead/in.html > _libs/fead/out.html
 NODE=node julia --project=@. build.jl