diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home-packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-packages/gnome-xyz.scm b/modules/home-packages/gnome-xyz.scm index f07a1f1..32abb18 100644 --- a/modules/home-packages/gnome-xyz.scm +++ b/modules/home-packages/gnome-xyz.scm @@ -59,7 +59,7 @@ (invoke bash "build.sh") (invoke bash "install.sh" "-d" bin))))) (home-page "https://github.com/vinceliuice/Lavanda-gtk-theme") - (synopsis "test") - (description "test") + (synopsis "Lavanda gtk theme for linux desktops") + (description "Lavanda gtk theme for linux desktops") (license license:gpl3)))) |