Add mohe2015 as maintainer to step-ca and nixos/step-ca

This commit is contained in:
Hedtke, Moritz
2021-04-09 14:57:43 +02:00
parent a3141361cb
commit 01b1ddfa70
2 changed files with 3 additions and 1 deletions
@@ -4,6 +4,8 @@ let
settingsFormat = (pkgs.formats.json { });
in
{
meta.maintainers = with lib.maintainers; [ mohe2015 ];
options = {
services.step-ca = {
enable = lib.mkEnableOption "the smallstep certificate authority server";