summary refs log tree commit diff
path: root/pkgs/os-specific/linux/xf86-video-nested
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2012-07-18 23:35:20 +0200
committerCillian de Róiste <goibhniu@fsfe.org>2012-07-18 23:35:20 +0200
commit70298ba42c5071cd6118645069eb0efbe1f79404 (patch)
tree5a7ec189c0c62e503af55aab744cd0c9182f0dc9 /pkgs/os-specific/linux/xf86-video-nested
parent933205acaf820393fc0ae8b20f4d24363f89a9d7 (diff)
downloadnixlib-70298ba42c5071cd6118645069eb0efbe1f79404.tar
nixlib-70298ba42c5071cd6118645069eb0efbe1f79404.tar.gz
nixlib-70298ba42c5071cd6118645069eb0efbe1f79404.tar.bz2
nixlib-70298ba42c5071cd6118645069eb0efbe1f79404.tar.lz
nixlib-70298ba42c5071cd6118645069eb0efbe1f79404.tar.xz
nixlib-70298ba42c5071cd6118645069eb0efbe1f79404.tar.zst
nixlib-70298ba42c5071cd6118645069eb0efbe1f79404.zip
Fix style: The meta.description field should be capitalised (niksnut)
Diffstat (limited to 'pkgs/os-specific/linux/xf86-video-nested')
-rw-r--r--pkgs/os-specific/linux/xf86-video-nested/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/xf86-video-nested/default.nix b/pkgs/os-specific/linux/xf86-video-nested/default.nix
index 95a9a4589f93..6ed04f490c03 100644
--- a/pkgs/os-specific/linux/xf86-video-nested/default.nix
+++ b/pkgs/os-specific/linux/xf86-video-nested/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
 
   meta = {
     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 ];
   };
 }