From c5e8cd961c8a43f585fd9f50d055e762ab31b0bd Mon Sep 17 00:00:00 2001 From: Simon Vandel Sillesen Date: Sat, 24 Oct 2015 19:01:57 +0200 Subject: [PATCH] Make description conform to nixos standards --- pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix b/pkgs/misc/themes/gtk3/paper-gtk-theme/default.nix index 637fd562bf18..c7cf3a871b58 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 ];