python312Packages.reuse: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-04-08 13:15:24 +02:00 committed by Weijia Wang
parent b3c0517eff
commit 3b704f5dd3
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A tool for compliance with the REUSE Initiative recommendations";
homepage = "https://github.com/fsfe/reuse-tool";
changelog = "https://github.com/fsfe/reuse-tool/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 cc-by-sa-40 cc0 gpl3Plus ];
maintainers = with maintainers; [ FlorianFranzen Luflosi ];
mainProgram = "reuse";