From 86db6789efd6b7719e2f90d7bc00afbe80bfccb9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 Feb 2015 16:28:20 +0100 Subject: [PATCH] libsodium: Fix typo --- pkgs/development/libraries/libsodium/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libsodium/default.nix b/pkgs/development/libraries/libsodium/default.nix index af3d03cc661..bdafea8124a 100644 --- a/pkgs/development/libraries/libsodium/default.nix +++ b/pkgs/development/libraries/libsodium/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { doCheck = true; meta = { - description = "Version of NaCl with harwdare tests at runtime, not build time"; + description = "Version of NaCl with hardware tests at runtime, not build time"; license = stdenv.lib.licenses.isc; maintainers = with stdenv.lib.maintainers; [ viric ]; platforms = stdenv.lib.platforms.all;