reuse: add homepage

This commit is contained in:
davidak 2019-10-21 16:42:17 +02:00 committed by Jon
parent 49ddf90e8b
commit 89c236fe81
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "A tool for compliance with the REUSE Initiative recommendations";
homepage = "https://github.com/fsfe/reuse-tool";
license = with licenses; [ asl20 cc-by-sa-40 cc0 gpl3 ];
maintainers = [ maintainers.FlorianFranzen ];
};