~ruther/guix-local

9e258dc24978c8d8544a471ae35156ab3001dd20 — Efraim Flashner 9 years ago c0bc4b8
gnu: lightweight-desktop.tmpl: Fix typo.

* gnu/system/examples/lightweight-desktop.tmpl: While it is currently
unknown if Bob has a brother, it is sufficiently documented that Alice
is, in fact, Bob's sister.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/examples/lightweight-desktop.tmpl
M gnu/system/examples/lightweight-desktop.tmpl => gnu/system/examples/lightweight-desktop.tmpl +1 -1
@@ 24,7 24,7 @@

  (users (cons (user-account
                (name "alice")
                (comment "Bob's brother")
                (comment "Bob's sister")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"))