forked from mirrors/nixpkgs
Update pkgs/tools/security/aeskeyfind/default.nix
Co-authored-by: papojari <papojari-git.ovoid@aleeas.com>
This commit is contained in:
parent
1ecf02c69f
commit
f26d63e265
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Locates 128-bit and 256-bit AES keys in a captured memory image";
|
||||
homepage = "https://citp.princeton.edu/our-work/memory/";
|
||||
license = bsd3;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ fedx-sudo ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue