paperless-ngx: add leona as maintainer

This commit is contained in:
Leona Maroni 2023-06-28 01:44:20 +02:00 committed by Yt
parent da0a385a5e
commit e169d121d6

View File

@ -289,6 +289,6 @@ python.pkgs.buildPythonApplication rec {
changelog = "https://github.com/paperless-ngx/paperless-ngx/releases/tag/v${version}";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ lukegb gador erikarvstedt ];
maintainers = with maintainers; [ lukegb gador erikarvstedt leona ];
};
}