python3Packages.pyhepmc: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-01 08:29:23 +02:00 committed by GitHub
parent 8ce23e17f1
commit a6d4008450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}