python310Packages.karton-dashboard: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-09 12:19:57 +01:00
parent 6c3c887fb8
commit aede83f698

View File

@ -53,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Web application that allows for Karton task and queue introspection";
homepage = "https://github.com/CERT-Polska/karton-dashboard";
changelog = "https://github.com/CERT-Polska/karton-dashboard/releases/tag/v${version}";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ fab ];
};