3
0
Fork 0
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:
FedX 2022-04-04 12:49:17 -06:00 committed by GitHub
parent 1ecf02c69f
commit f26d63e265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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