zynaddsubfx: fix description (capitalize first word)

This commit is contained in:
Bjørn Forsman 2014-06-23 13:04:57 +02:00
parent 8be11be953
commit 654f9e38e6

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
meta = with stdenv.lib; {
description = "high quality software synthesizer";
description = "High quality software synthesizer";
homepage = http://zynaddsubfx.sourceforge.net;
license = licenses.gpl2;
platforms = platforms.linux;