mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
python310Packages.karton-dashboard: add changelog to meta
This commit is contained in:
parent
6c3c887fb8
commit
aede83f698
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user