libsodium: refactor & remove duplicate

This commit is contained in:
codyopel
2015-05-10 13:46:29 +02:00
committed by Domen Kožar
parent 6c0b0a0248
commit c250cf6f53
7 changed files with 9 additions and 39 deletions
@@ -13,9 +13,10 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
description = "Version of NaCl with hardware tests at runtime, not build time";
description = "A modern and easy-to-use crypto library";
homepage = http://doc.libsodium.org/;
license = licenses.isc;
maintainers = with maintainers; [ viric wkennington ];
maintainers = with maintainers; [ raskin viric wkennington ];
platforms = platforms.all;
};
}