From ca0a8eb9a83b17057820d9ad76e64cbd6d092d87 Mon Sep 17 00:00:00 2001 From: Moritz Hedtke Date: Fri, 21 Jun 2024 12:39:07 +0200 Subject: [PATCH] nixos/step-ca: remove mohe2015 as maintainer --- nixos/modules/services/security/step-ca.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/security/step-ca.nix b/nixos/modules/services/security/step-ca.nix index e9195fbd516089..43bc402e7818be 100644 --- a/nixos/modules/services/security/step-ca.nix +++ b/nixos/modules/services/security/step-ca.nix @@ -4,7 +4,7 @@ let settingsFormat = (pkgs.formats.json { }); in { - meta.maintainers = with lib.maintainers; [ mohe2015 ]; + meta.maintainers = with lib.maintainers; [ ]; options = { services.step-ca = {