diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm index ba587b2333..ef6e549d09 100644 --- a/gnu/packages/display-managers.scm +++ b/gnu/packages/display-managers.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017 Marius Bakke ;;; Copyright © 2017, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 L p R n d n +;;; Copyright © 2020 Fredrik Salomonsson ;;; ;;; This file is part of GNU Guix. ;;; @@ -150,8 +151,9 @@ create smooth, animated user interfaces.") (string-append sddm-themes "/guix-simplyblack-sddm")))))) (home-page "https://github.com/plattfot/guix-simplyblack-sddm") (synopsis "Guix based theme for SDDM") - (description "Simple theme for SDDM, black background with Guix's -logo. Based on Arch linux's archlinux-simplyblack theme.") + (description + "This package provides a simple theme for SDDM, black background with +Guix's logo. Based on Arch linux's archlinux-simplyblack theme.") ;; Theme under cc-by-sa3.0, guix logo under license:cc-by-sa4.0 (license (list license:cc-by-sa3.0 license:cc-by-sa4.0))))