Unverified Commit 24a466cd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.vine: add changelog to meta

parent ae67f278
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };