diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:55:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:32 +0200 |
commit | 95cfad9b2999deb210a9bf532313cfc3d9957f2c (patch) | |
tree | 2cf6d9c76c6728025747e622d897e6f91cee1d02 | |
parent | a1d6d8bcd66f1244670a1520cc4c012796054f12 (diff) |
gnu: nordic-theme: Fix typo in synopsis & description.
* gnu/packages/gnome-xyz.scm (nordic-theme)
[synopsis, description]: Fix typo.
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index f73001f64b..d8997ac538 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -950,9 +950,9 @@ feature-set for programming Vala effectively.") #:exclude ("README.md" "LICENSE" "Art/" "package.json" "package-lock.json" "Gulpfile.js"))))) (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 -pallete.") +palette.") (license license:gpl3)))) (define-public tiramisu |