From 7c350645745aa74a664ac07a0a473b7cf9472448 Mon Sep 17 00:00:00 2001
From: Michael McMahon <michael@fsf.org>
Date: Tue, 30 Apr 2024 15:01:37 -0400
Subject: [PATCH] Fix make speakers

---
 2024/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2024/Makefile b/2024/Makefile
index 27ab2a15..cad11c50 100644
--- a/2024/Makefile
+++ b/2024/Makefile
@@ -21,10 +21,10 @@ wikipages:
 	$(shell ../markdown-convert.sh $<)
 
 speakers:
-	curl -s https://my.fsf.org/lp-talk/62| sed -n 's=/lp-talk/55=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s=<a href="mailto:GNU@NU">GNU@NU</a>=GNU@NU=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' | sed -e '2,29d' > includes/generated-bios.html
+	curl -s https://my.fsf.org/lp-talk/62| sed -n 's=/lp-talk/55=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' | sed -e '2,29d' > includes/generated-bios.html
 
 sessions:
-	curl -s https://my.fsf.org/lp-schedule/| sed -n 's=/lp-talk/62=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-sessions.html
+	curl -s https://my.fsf.org/lp-schedule/| sed -n 's=/lp-talk/62=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; s|https://my.fsf.org/sites/default/files/webform/LP24-speaker-Ciaran.jpg|https://static.fsf.org/nosvn/libreplanet/2024/communications/LP24-speaker-Ciaran.jpg|;' > includes/generated-sessions.html
 
 clean:
 	rm  -f includes/generated-sessions.html includes/generated-bios.html
-- 
2.25.1