python3Packages.pyhepmc: add changelog to meta
This commit is contained in:
parent
8ce23e17f1
commit
a6d4008450
1 changed files with 4 additions and 3 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue