mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
sheldon: add mainrs as maintainer
This commit is contained in:
parent
fbd892591c
commit
9e7fafde5d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue