libsodium: Add maintainer

This commit is contained in:
William A. Kennington III 2015-05-01 22:54:29 -07:00
parent d6e2cd4d54
commit bc8bbd5281
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = { meta = with stdenv.lib; {
description = "Version of NaCl with hardware tests at runtime, not build time"; description = "Version of NaCl with hardware tests at runtime, not build time";
license = stdenv.lib.licenses.isc; license = licenses.isc;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with maintainers; [ viric wkennington ];
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
}; };
} }