python311Packages.vine: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-11-05 11:27:31 +01:00
committed by GitHub
parent ae67f27811
commit 24a466cdae
@@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python promises";
homepage = "https://github.com/celery/vine";
changelog = "https://github.com/celery/vine/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};