python3Packages.magika: add meta.changelog

This commit is contained in:
FliegendeWurst 2025-05-19 18:45:01 +02:00
parent c909f2c166
commit 11848646df

View File

@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Magika: Detect file content types with deep learning";
homepage = "https://github.com/google/magika";
changelog = "https://github.com/google/magika/blob/python-v${version}/python/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ mihaimaruseac ];
mainProgram = "magika-python-client";