summary refs log tree commit diff
path: root/pkgs/development/libraries/liblo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/liblo/default.nix')
-rw-r--r--pkgs/development/libraries/liblo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/liblo/default.nix b/pkgs/development/libraries/liblo/default.nix
index ab8c696a66c..cb62ff3628b 100644
--- a/pkgs/development/libraries/liblo/default.nix
+++ b/pkgs/development/libraries/liblo/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = { 
-    description = "lightweight library to handle the sending and receiving of messages according to the Open Sound Control (OSC) protocol";
+    description = "Lightweight library to handle the sending and receiving of messages according to the Open Sound Control (OSC) protocol";
     homepage = http://sourceforge.net/projects/liblo;
     license = stdenv.lib.licenses.gpl2;
     maintainers = [stdenv.lib.maintainers.marcweber];