mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +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; {
|
meta = with lib; {
|
||||||
description = "Web application that allows for Karton task and queue introspection";
|
description = "Web application that allows for Karton task and queue introspection";
|
||||||
homepage = "https://github.com/CERT-Polska/karton-dashboard";
|
homepage = "https://github.com/CERT-Polska/karton-dashboard";
|
||||||
|
changelog = "https://github.com/CERT-Polska/karton-dashboard/releases/tag/v${version}";
|
||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user