python310Packages.aeppl: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-27 22:23:24 +01:00 committed by Martin Weinelt
parent fd509a60fe
commit 4d637244e3

View File

@ -50,6 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for an Aesara-based PPL";
homepage = "https://github.com/aesara-devs/aeppl";
changelog = "https://github.com/aesara-devs/aeppl/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};