From 01b1ddfa701914e7eb8a2cba1fcc084cc7aa1404 Mon Sep 17 00:00:00 2001 From: "Hedtke, Moritz" Date: Sat, 20 Mar 2021 23:14:26 +0100 Subject: [PATCH] Add mohe2015 as maintainer to step-ca and nixos/step-ca --- nixos/modules/services/security/step-ca.nix | 2 ++ pkgs/tools/security/step-ca/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/security/step-ca.nix b/nixos/modules/services/security/step-ca.nix index b749ec6e56d..64eee11f588 100644 --- a/nixos/modules/services/security/step-ca.nix +++ b/nixos/modules/services/security/step-ca.nix @@ -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"; diff --git a/pkgs/tools/security/step-ca/default.nix b/pkgs/tools/security/step-ca/default.nix index 82afc06e1c5..84fe06e6c19 100644 --- a/pkgs/tools/security/step-ca/default.nix +++ b/pkgs/tools/security/step-ca/default.nix @@ -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"; homepage = "https://smallstep.com/certificates/"; license = licenses.asl20; - maintainers = with maintainers; [ cmcdragonkai ]; + maintainers = with maintainers; [ cmcdragonkai mohe2015 ]; platforms = platforms.linux ++ platforms.darwin; }; }