python310Packages.awkward: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-30 23:58:07 +02:00 committed by GitHub
parent 7b1af4daed
commit 50bcd0bed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Manipulate JSON-like data with NumPy-like idioms";
homepage = "https://github.com/scikit-hep/awkward";
changelog = "https://github.com/scikit-hep/awkward/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ veprbl ];
};