Make description conform to nixos standards

This commit is contained in:
Simon Vandel Sillesen 2015-10-24 19:01:57 +02:00
parent 138ecfa03b
commit c5e8cd961c

View File

@ -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 ];