reuse: add Luflosi as maintainer

This commit is contained in:
Luflosi
2022-12-01 16:41:01 +01:00
parent 33448e2db2
commit 531207e37c
@@ -32,6 +32,6 @@ python3Packages.buildPythonApplication rec {
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 gpl3Plus ];
maintainers = [ maintainers.FlorianFranzen ];
maintainers = with maintainers; [ FlorianFranzen Luflosi ];
};
}