3
0
Fork 0
forked from mirrors/nixpkgs

scrypt: adopt package

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-03-20 13:38:02 -05:00
parent 042f85cdd0
commit d5799cd64f

View file

@ -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 ];
};
}