guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: publications: Add Sjors Provoost's artic


From: Ludovic Courtès
Subject: branch master updated: website: publications: Add Sjors Provoost's article.
Date: Mon, 06 Jun 2022 12:57:04 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 8bf998b  website: publications: Add Sjors Provoost's article.
8bf998b is described below

commit 8bf998bd469f5503fa221e331dd89ab746dcd1d2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 6 18:38:03 2022 +0200

    website: publications: Add Sjors Provoost's article.
    
    * website/apps/media/data.scm (publications): Add Sjors Provoost's
    article.
---
 website/apps/media/data.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 90f3442..786ea0f 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -76,7 +76,14 @@ Steffen Möller, Geert Smant, Joep de Ligt, Pjotr Prins"
     #:url "https://doi.org/10.22152/programming-journal.org/2022/6/13";
     #:authors "Nathanaëlle Courant, Julien Lepiller, Gabriel Scherer"
     #:date (string->date "2022-02-15" "~Y-~m-~d")
-    #:type (C_ "publication type" "Journal article"))))
+    #:type (C_ "publication type" "Journal article"))
+   (publication
+    #:title "Why Open Source Matters — Guix"
+    #:url "https://blog.bitmex.com/why-open-source-matters-guix/";
+    #:authors "Sjors Provoost"
+    #:date (string->date "2022-05-12" "~Y-~m-~d")
+    #:type (C_ "publication type" "Book chapter")
+    #:scientific? #false)))
 
 
 (define screenshots



reply via email to

[Prev in Thread] Current Thread [Next in Thread]