From 29ffefc4b4fca028a4606224f8a757563b3264a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 10 Apr 2017 10:47:47 +0200 Subject: website: help: Add BOBKonf talk. * website/www/help.scm (help-page): Add BOB talk. --- website/www/help.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/www/help.scm b/website/www/help.scm index 49697ec..8caece4 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -186,6 +186,16 @@ about the Nix package manager, which " ;; procedure that would take a title, list of speakers, slide ;; URL, and optional video URL, and DTRT. (ul (li "February 2017, " + (a (@ (href "http://bobkonf.de/2017/en/")) + "BOB Konferenz") + ", " + (i "Functional package management with GNU Guix for +developers and power users") + " (Ricardo Wurmus): " + (a (@ (href ,(slides-url + "guix-bobkonf-20170224.pdf"))) + "slides")) + (li "February 2017, " (a (@ (href "https://fosdem.org/2017/")) "FOSDEM") (ul (li (i "An introduction to functional package -- cgit v1.2.3