python3Packages.pyimpfuzzy: orphan

This commit is contained in:
Cole Helbling 2023-03-22 07:24:34 -07:00
parent 9a5fcebd6e
commit 28f7bab28c

View File

@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "A Python module which calculates and compares the impfuzzy (import fuzzy hashing)";
homepage = "https://github.com/JPCERTCC/impfuzzy";
license = licenses.gpl2Only;
maintainers = teams.determinatesystems.members;
maintainers = [ ];
};
}