summaryrefslogtreecommitdiff
path: root/website/posts/gnu-guix-at-fosdem.sxml
blob: 1cca11bf2576c18acdede4f5c4c6a2b4e2c35bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(begin
  (use-modules (srfi srfi-19))
  `((title . "GNU Guix at FOSDEM")
    (author . "Ludovic Courtès")
    (date unquote (make-date 0 0 0 0 27 1 2015 3600))
    (content
      div
      (p "Guix will be present at FOSDEM in Brussels, Belgium, with a talk entitled "
         (a (@ (href "https://fosdem.org/2015/schedule/event/the_emacs_of_distros/"))
            "\"The Emacs of Distros\"")
         " this Saturday, at 3PM, in room H.1302."
         (br))
      (p "The talk will give an update on developments in Guix and the Guix System Distribution since last year, and will explain and demo the overall philosophy behind its design---how Guix seeks to empower users."
         (br))
      (p "Hope to see you there!" (br)))))