python310Packages.galois: add changelog to meta
This commit is contained in:
parent
9519400dbc
commit
6cd594dcec
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user