python313Packages.iminuit: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-11-01 11:23:17 +01:00
committed by GitHub
parent c7bcd0b493
commit 9799cb99d3

View File

@@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/scikit-hep/iminuit";
changelog = "https://github.com/scikit-hep/iminuit/releases/tag/v{version}";
description = "Python interface for the Minuit2 C++ library";
license = with licenses; [
mit