summary refs log tree commit diff
path: root/pkgs/misc/themes/gtk3
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/themes/gtk3')
-rw-r--r--pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix b/pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix
index 637fd562bf1..c7cf3a871b5 100644
--- a/pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix
+++ b/pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   preferLocalBuild = true;
 
   meta = with stdenv.lib; {
-    description = "Paper is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.";
+    description = "A modern desktop theme suite featuring a mostly flat with a minimal use of shadows for depth";
     homepage = "http://snwh.org/paper/";
     license = licenses.gpl3;
     maintainers = [ maintainers.simonvandel ];