From 6cd594dcec0d4006be012f4e03a6e838a0693605 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 22 Jul 2023 09:08:00 +0000 Subject: [PATCH] python310Packages.galois: add changelog to meta --- pkgs/development/python-modules/galois/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/galois/default.nix b/pkgs/development/python-modules/galois/default.nix index 3b497d9c745..4012144710c 100644 --- a/pkgs/development/python-modules/galois/default.nix +++ b/pkgs/development/python-modules/galois/default.nix @@ -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 ];