mirror of
https://github.com/nix-community/home-manager
synced 2024-12-02 16:09:46 +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;
|
cfg = config.services.volnoti;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.imalison ];
|
meta.maintainers = with maintainers; [ imalison tomodachi94 ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.volnoti = {
|
services.volnoti = {
|
||||||
|
|
Loading…
Reference in a new issue