From 1de046c9400197cc773c70037c4228ea9c3f38fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 14 Jan 2017 14:20:26 +0100 Subject: website: help: Add Hacker Public Radio interview with Chris. * website/www/help.scm (help-page): Add HPR interview with Chris. --- website/www/help.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/www/help.scm b/website/www/help.scm index 14fd001..fecf837 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -1,5 +1,5 @@ ;;; GuixSD website --- GNU's advanced distro website -;;; Copyright © 2015, 2016 Ludovic Courtès +;;; Copyright © 2015, 2016, 2017 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin ;;; Initially written by Luis Felipe López Acevedo ;;; who waives all copyright interest on this file. @@ -182,7 +182,12 @@ about the Nix package manager, which " "more posts"))) (h2 (@ (id "talks")) "Talks") - (ul (li "September 2016, " + (ul (li "December 2016 (recorded in Dec. 2015), " + (a (@ (href + "http://hackerpublicradio.org/eps.php?id=2198")) + "interview with Chris Webber at Hacker Public Radio") + " (1h 25mn)") + (li "September 2016, " (a (@ (href "http://cufp.org/2016/")) "Commercial Users of Functional Programming (CUFP)") ", " -- cgit v1.2.3