Unverified Commit ab7c2bf2 authored by natsukium's avatar natsukium
Browse files

python312Packages.tlsh: refator meta

parent 88a8c2dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}