python311Packages.requirements-detector: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-01 13:08:04 +02:00 committed by GitHub
parent bddebcf919
commit 261a947372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "landscapeio";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-qmrHFQRypBJOI1N6W/Dtc5ss9JGqoPhFlbqrLHcb6vc=";
};
@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python tool to find and list requirements of a Python project";
homepage = "https://github.com/landscapeio/requirements-detector";
changelog = "https://github.com/landscapeio/requirements-detector/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ kamadorueda ];
};