mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59:45 +01:00
volnoti: add self to maintainers
This commit is contained in:
parent
9ae941a4cf
commit
f9fd45c512
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
cfg = config.services.volnoti;
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.imalison ];
|
||||
meta.maintainers = with maintainers; [ imalison tomodachi94 ];
|
||||
|
||||
options = {
|
||||
services.volnoti = {
|
||||
|
|
Loading…
Reference in a new issue