scrypt: adopt package
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
042f85cdd0
commit
d5799cd64f
@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The scrypt encryption utility";
|
description = "The scrypt encryption utility";
|
||||||
homepage = https://www.tarsnap.com/scrypt.html;
|
homepage = https://www.tarsnap.com/scrypt.html;
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user