about summary refs log tree commit diff
path: root/pkgs/development/libraries/socket_wrapper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/socket_wrapper/default.nix')
-rw-r--r--pkgs/development/libraries/socket_wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/socket_wrapper/default.nix b/pkgs/development/libraries/socket_wrapper/default.nix
index 0c6f40c8b1430..b93312b0e8c94 100644
--- a/pkgs/development/libraries/socket_wrapper/default.nix
+++ b/pkgs/development/libraries/socket_wrapper/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake pkgconfig ];
 
   meta = with stdenv.lib; {
-    description = "a library passing all socket communications through unix sockets";
+    description = "A library passing all socket communications through unix sockets";
     homepage = "https://git.samba.org/?p=socket_wrapper.git;a=summary";
     license = licenses.bsd3;
     maintainers = with maintainers; [ wkennington ];