Fix style: The meta.description field should be capitalised (niksnut)
This commit is contained in:
parent
933205acaf
commit
70298ba42c
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user