libsodium: Add maintainer
This commit is contained in:
parent
d6e2cd4d54
commit
bc8bbd5281
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue