libsodium: Fix typo

This commit is contained in:
Eelco Dolstra 2015-02-03 16:28:20 +01:00
parent 93928557b9
commit 86db6789ef

@ -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;