libsodium: Fix typo
This commit is contained in:
parent
93928557b9
commit
86db6789ef
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
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;
|
license = stdenv.lib.licenses.isc;
|
||||||
maintainers = with stdenv.lib.maintainers; [ viric ];
|
maintainers = with stdenv.lib.maintainers; [ viric ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user