python314Packages.napari-plugin-engine: add changelog to meta

This commit is contained in:
Fabian Affolter
2026-02-15 11:31:12 +01:00
committed by GitHub
parent 78db9321fc
commit 8d2bca5798
@@ -27,6 +27,7 @@ buildPythonPackage rec {
meta = {
description = "First generation napari plugin engine";
homepage = "https://github.com/napari/napari-plugin-engine";
changelog = "https://github.com/napari/napari-plugin-engine/releases/tag/v{src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ SomeoneSerge ];
};