diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-04-10 10:47:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-10 10:47:47 +0200 |
commit | 29ffefc4b4fca028a4606224f8a757563b3264a7 (patch) | |
tree | 745dfa475cab0589695c08ce6155f25357bc4093 /website | |
parent | 00f9a2c943fb3fd2852f9a196dbfe551298733a6 (diff) | |
download | guix-artwork-29ffefc4b4fca028a4606224f8a757563b3264a7.tar guix-artwork-29ffefc4b4fca028a4606224f8a757563b3264a7.tar.gz |
website: help: Add BOBKonf talk.
* website/www/help.scm (help-page): Add BOB talk.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/help.scm | 10 |
1 files changed, 10 insertions, 0 deletions
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 |