python310Packages.rq: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-16 14:24:16 +01:00 committed by GitHub
parent 8b3aad8e14
commit 3ed01b0dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for creating background jobs and processing them";
homepage = "https://github.com/nvie/rq/";
changelog = "https://github.com/rq/rq/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ mrmebelman ];
};