summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-01 08:29:23 +0200
committerGitHub <noreply@github.com>2023-09-01 08:29:23 +0200
commita6d40084501b898847028937aefbfb5129795c31 (patch)
treeb674a77021c8ee782e36c8959590240f98130324
parentpython3Packages.pyhepmc: init at 2.12.0 (diff)
downloadnixpkgs-a6d40084501b898847028937aefbfb5129795c31.tar.gz
python3Packages.pyhepmc: add changelog to meta
-rw-r--r--pkgs/development/python-modules/pyhepmc/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pyhepmc/default.nix b/pkgs/development/python-modules/pyhepmc/default.nix
index 966c4ceaf885..c9acc09b7350 100644
--- a/pkgs/development/python-modules/pyhepmc/default.nix
+++ b/pkgs/development/python-modules/pyhepmc/default.nix
@@ -55,11 +55,12 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyhepmc" ];
- meta = {
+ meta = with lib; {
description = "Easy-to-use Python bindings for HepMC3";
homepage = "https://github.com/scikit-hep/pyhepmc";
- license = lib.licenses.bsd3;
- maintainers = with lib.maintainers; [ veprbl ];
+ changelog = "https://github.com/scikit-hep/pyhepmc/releases/tag/v${version}";
+ license = licenses.bsd3;
+ maintainers = with maintainers; [ veprbl ];
};
}