@@ -14,7 +14,8 @@ 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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user