mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: nordic-theme: Fix typo in synopsis & description.
* gnu/packages/gnome-xyz.scm (nordic-theme) [synopsis, description]: Fix typo.
This commit is contained in:
parent
a1d6d8bcd6
commit
95cfad9b29
1 changed files with 2 additions and 2 deletions
|
@ -950,9 +950,9 @@ (define-public nordic-theme
|
||||||
#:exclude ("README.md" "LICENSE" "Art/" "package.json"
|
#:exclude ("README.md" "LICENSE" "Art/" "package.json"
|
||||||
"package-lock.json" "Gulpfile.js")))))
|
"package-lock.json" "Gulpfile.js")))))
|
||||||
(home-page "https://github.com/EliverLara/Nordic")
|
(home-page "https://github.com/EliverLara/Nordic")
|
||||||
(synopsis "Dark Gtk3.20+ theme using the Nord color pallete")
|
(synopsis "Dark Gtk3.20+ theme using the Nord color palette")
|
||||||
(description "Nordic is a Gtk3.20+ theme created using the Nord color
|
(description "Nordic is a Gtk3.20+ theme created using the Nord color
|
||||||
pallete.")
|
palette.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3))))
|
||||||
|
|
||||||
(define-public tiramisu
|
(define-public tiramisu
|
||||||
|
|
Loading…
Reference in a new issue