python310Packages.galois: add changelog to meta

This commit is contained in:
Mario Rodas 2023-07-22 09:08:00 +00:00
parent 9519400dbc
commit 6cd594dcec

View file

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python package that extends NumPy arrays to operate over finite fields";
homepage = "https://github.com/mhostetter/galois";
changelog = "https://github.com/mhostetter/galois/releases/tag/v${version}";
downloadPage = "https://github.com/mhostetter/galois/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ chrispattison ];