1
0
Fork 0
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:
Tomodachi94 2024-08-10 14:13:35 -07:00 committed by Robert Helgesson
parent 9ae941a4cf
commit f9fd45c512
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -7,7 +7,7 @@ let
cfg = config.services.volnoti;
in {
meta.maintainers = [ maintainers.imalison ];
meta.maintainers = with maintainers; [ imalison tomodachi94 ];
options = {
services.volnoti = {