python312Packages.tlsh: refator meta

This commit is contained in:
natsukium 2024-09-29 11:24:48 +09:00
parent 88a8c2dcbd
commit ab7c2bf24d
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -34,7 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Trend Micro Locality Sensitive Hash";
homepage = "https://tlsh.org/";
changelog = "https://github.com/trendmicro/tlsh/releases/tag/${version}";
license = licenses.asl20;
platforms = platforms.unix;
};
}