forked from mirrors/nixpkgs
radicale: Add aneeshusa as maintainer
This commit is contained in:
parent
a3143b18e0
commit
8f4d778509
|
@ -57,4 +57,6 @@ in
|
|||
serviceConfig.Group = "radicale";
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ aneeshusa ];
|
||||
}
|
||||
|
|
|
@ -48,8 +48,9 @@ ht.save()
|
|||
'';
|
||||
};
|
||||
|
||||
in import ./make-test.nix {
|
||||
in import ./make-test.nix ({ lib, ... }: {
|
||||
name = "radicale";
|
||||
meta.maintainers = with lib.maintainers; [ aneeshusa ];
|
||||
|
||||
# Test radicale with bcrypt-based htpasswd authentication
|
||||
nodes = {
|
||||
|
@ -76,4 +77,4 @@ in import ./make-test.nix {
|
|||
$machine->succeed('curl -s http://someuser:really_secret_password@127.0.0.1:${builtins.toString port}/someuser/calendar.ics/');
|
||||
}
|
||||
'';
|
||||
}
|
||||
})
|
||||
|
|
|
@ -29,6 +29,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
'';
|
||||
license = licenses.gpl3Plus;
|
||||
platform = platforms.all;
|
||||
maintainers = with maintainers; [ edwtjo pSub ];
|
||||
maintainers = with maintainers; [ edwtjo pSub aneeshusa ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue