diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-28 13:53:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-28 13:53:02 +0200 |
commit | 9437fce76c7f000fbda575a76ee19de939e9cba9 (patch) | |
tree | 8772ca6ee44072b713abd045798816d799025520 | |
parent | f33373ccc25408a7af3d484469ce60e18e04bcf9 (diff) | |
download | guix-artwork-9437fce76c7f000fbda575a76ee19de939e9cba9.tar guix-artwork-9437fce76c7f000fbda575a76ee19de939e9cba9.tar.gz |
help: Add "GuixSD system tests" post.
* website/www/help.scm (help-page): Add "GuixSD system tests".
-rw-r--r-- | website/www/help.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/website/www/help.scm b/website/www/help.scm index 8307f30..c4c6d7f 100644 --- a/website/www/help.scm +++ b/website/www/help.scm @@ -155,6 +155,10 @@ about the Nix package manager, which " ;; For posts other than announcements, things that complement ;; the manual. (ul (li (a (@ (href + "https://savannah.gnu.org/forum/forum.php?forum_id=8605")) + (i "GuixSD system tests")) + ", June 2016") + (li (a (@ (href "https://savannah.gnu.org/forum/forum.php?forum_id=8491")) (i "GNOME in GuixSD")) ", March 2016") |