From 13ceab7595325852f91ae22deae0009a80f77df7 Mon Sep 17 00:00:00 2001 From: Corinna Raab Date: Thu, 11 Apr 2024 08:45:32 +0200 Subject: [PATCH] python312Packages.clifford: add meta.changelog --- pkgs/development/python-modules/clifford/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/clifford/default.nix b/pkgs/development/python-modules/clifford/default.nix index 84859729c5b1..29086e65b281 100644 --- a/pkgs/development/python-modules/clifford/default.nix +++ b/pkgs/development/python-modules/clifford/default.nix @@ -62,6 +62,7 @@ buildPythonPackage rec { meta = with lib; { description = "Numerical Geometric Algebra Module"; homepage = "https://clifford.readthedocs.io"; + changelog = "https://github.com/pygae/clifford/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; };