summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-06 12:09:10 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-06 12:09:10 +0100
commitad896e17379508eed21ab631d81f372c3b08bd0a (patch)
tree0280bfb0f41c11f2473e657920a8ef16a11c4531 /pkgs/development
parenteaf728c3d339b852d5f8116fb7b4f18066655b9f (diff)
downloadnixpkgs-ad896e17379508eed21ab631d81f372c3b08bd0a.tar
nixpkgs-ad896e17379508eed21ab631d81f372c3b08bd0a.tar.gz
nixpkgs-ad896e17379508eed21ab631d81f372c3b08bd0a.tar.bz2
nixpkgs-ad896e17379508eed21ab631d81f372c3b08bd0a.tar.lz
nixpkgs-ad896e17379508eed21ab631d81f372c3b08bd0a.tar.xz
nixpkgs-ad896e17379508eed21ab631d81f372c3b08bd0a.tar.zst
nixpkgs-ad896e17379508eed21ab631d81f372c3b08bd0a.zip
Typo
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/nss_wrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/nss_wrapper/default.nix b/pkgs/development/libraries/nss_wrapper/default.nix
index 198d9aec6c0..b0595e61e65 100644
--- a/pkgs/development/libraries/nss_wrapper/default.nix
+++ b/pkgs/development/libraries/nss_wrapper/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ cmake pkgconfig ];
 
   meta = with stdenv.lib; {
-    description = "a wrapper for the user, group and hosts NSS API";
+    description = "A wrapper for the user, group and hosts NSS API";
     homepage = "https://git.samba.org/?p=nss_wrapper.git;a=summary";
     license = licenses.bsd3;
     maintainers = with maintainers; [ wkennington ];