mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
paperless-ngx: add maintainers
This commit is contained in:
parent
567e65136f
commit
138a94228d
1 changed files with 1 additions and 1 deletions
|
@ -196,6 +196,6 @@ py.pkgs.pythonPackages.buildPythonApplication rec {
|
|||
description = "A supercharged version of paperless: scan, index, and archive all of your physical documents";
|
||||
homepage = "https://paperless-ngx.readthedocs.io/en/latest/";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ lukegb ];
|
||||
maintainers = with maintainers; [ lukegb gador earvstedt ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue