Fix style: The meta.description field should be capitalised (niksnut)

This commit is contained in:
Cillian de Róiste 2012-07-18 23:35:20 +02:00
parent 933205acaf
commit 70298ba42c

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = git://anongit.freedesktop.org/xorg/driver/xf86-video-nested; homepage = git://anongit.freedesktop.org/xorg/driver/xf86-video-nested;
description = "driver to run Xorg on top of Xorg or something else"; description = "Driver to run Xorg on top of Xorg or something else";
maintainers = [ stdenv.lib.maintainers.goibhniu ]; maintainers = [ stdenv.lib.maintainers.goibhniu ];
}; };
} }