forked from mirrors/nixpkgs
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 = {
|
||||
description = "The scrypt encryption utility";
|
||||
homepage = https://www.tarsnap.com/scrypt.html;
|
||||
license = "BSD";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
homepage = https://www.tarsnap.com/scrypt.html;
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue