maintainers: add ratakor to walker & elephant
Signed-off-by: Ratakor <ratakor@disroot.org>
This commit is contained in:
parent
8de7488af2
commit
16acb8c7ff
2 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
tomlFormat = pkgs.formats.toml { };
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ ];
|
||||
meta.maintainers = with lib.maintainers; [ ratakor ];
|
||||
|
||||
options.services.elephant = {
|
||||
enable = lib.mkEnableOption "elephant";
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ let
|
|||
tomlFormat = pkgs.formats.toml { };
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ ratakor ];
|
||||
|
||||
options.services.walker = {
|
||||
enable = mkEnableOption "walker";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue