python310Packages.napari: add changelog to meta
This commit is contained in:
@@ -98,6 +98,7 @@ mkDerivationWith buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A fast, interactive, multi-dimensional image viewer";
|
||||
homepage = "https://github.com/napari/napari";
|
||||
changelog = "https://github.com/napari/napari/releases/tag/v${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ SomeoneSerge ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user