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

This commit is contained in:
Hedtke, Moritz 2021-03-20 23:14:26 +01:00
parent a3141361cb
commit 01b1ddfa70
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ let
settingsFormat = (pkgs.formats.json { }); settingsFormat = (pkgs.formats.json { });
in in
{ {
meta.maintainers = with lib.maintainers; [ mohe2015 ];
options = { options = {
services.step-ca = { services.step-ca = {
enable = lib.mkEnableOption "the smallstep certificate authority server"; enable = lib.mkEnableOption "the smallstep certificate authority server";

View File

@ -49,7 +49,7 @@ buildGoModule rec {
description = "A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH"; description = "A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH";
homepage = "https://smallstep.com/certificates/"; homepage = "https://smallstep.com/certificates/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ cmcdragonkai ]; maintainers = with maintainers; [ cmcdragonkai mohe2015 ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }