diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-20 15:39:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-20 15:39:44 +0100 |
commit | 29d34f589b8b13c5ec3f1300ad8f605890d74ee2 (patch) | |
tree | 38c92103810dee27e194f1c79b3cd161fee5f0b3 /website | |
parent | 98df5e97b3e50d90ac9e2c86c2d17d5fd20e7d8c (diff) | |
download | guix-artwork-29d34f589b8b13c5ec3f1300ad8f605890d74ee2.tar guix-artwork-29d34f589b8b13c5ec3f1300ad8f605890d74ee2.tar.gz |
website: Fix screenshot captions.
* website/www.scm (main-page): Fix caption of screenshots.
Diffstat (limited to 'website')
-rw-r--r-- | website/www.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www.scm b/website/www.scm index c5cc83f..c72c6e0 100644 --- a/website/www.scm +++ b/website/www.scm @@ -249,9 +249,9 @@ packaging API. ") ("0.8.3" "guix-system-vm.png") ("0.8.3" "enlightenment-inkscape.png")) '("Graphical log-in screen" + "GNOME with Totem and Ephiphany" "Xfce, IceCat, and Emacs" "VM started with 'guix system vm'" - "Evince, Emacs, and 'guix edit'" "Enlightenment, Inkscape, and Serbian text"))) (p (a (@ (href ,(base-url "contribute") ) (class "hlink-yellow-boxed")) |