From 9e7fafde5df4984537a5c0f1b016deb3398c426e Mon Sep 17 00:00:00 2001 From: Kyure_A <49436968+Kyure-A@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:38:36 +0900 Subject: [PATCH] sheldon: add mainrs as maintainer --- modules/programs/sheldon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/sheldon.nix b/modules/programs/sheldon.nix index 0d43a1bc..5b67928c 100644 --- a/modules/programs/sheldon.nix +++ b/modules/programs/sheldon.nix @@ -7,7 +7,7 @@ let tomlFormat = pkgs.formats.toml { }; sheldonCmd = "${config.home.profileDirectory}/bin/sheldon"; in { - meta.maintainers = [ maintainers.Kyure-A ]; + meta.maintainers = with maintainers; [ Kyure-A mainrs ]; options.programs.sheldon = { enable = mkEnableOption "sheldon";