mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
paperless-ngx: drop inactive maintainers, add myself to maintainers
This commit is contained in:
parent
9242a662c6
commit
bb69775568
@ -84,7 +84,7 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
meta.maintainers = with maintainers; [ erikarvstedt Flakebi leona ];
|
||||
meta.maintainers = with maintainers; [ leona SuperSandro2000 erikarvstedt ];
|
||||
|
||||
imports = [
|
||||
(mkRenamedOptionModule [ "services" "paperless-ng" ] [ "services" "paperless" ])
|
||||
|
@ -1,6 +1,6 @@
|
||||
import ./make-test-python.nix ({ lib, ... }: {
|
||||
name = "paperless";
|
||||
meta.maintainers = with lib.maintainers; [ erikarvstedt Flakebi ];
|
||||
meta.maintainers = with lib.maintainers; [ leona SuperSandro2000 erikarvstedt ];
|
||||
|
||||
nodes = let self = {
|
||||
simple = { pkgs, ... }: {
|
||||
|
@ -271,6 +271,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
changelog = "https://github.com/paperless-ngx/paperless-ngx/releases/tag/v${version}";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lukegb gador erikarvstedt leona ];
|
||||
maintainers = with maintainers; [ leona SuperSandro2000 erikarvstedt ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user