nixos/geoclue: add worldofpeace as maintainer

This commit is contained in:
Peter Hoeg 2019-10-31 21:33:24 +08:00 committed by worldofpeace
parent d7ebe00453
commit 0838d6d4cd

View File

@ -263,4 +263,6 @@ in
};
} // mapAttrs' appConfigToINICompatible cfg.appConfig);
};
meta.maintainers = with lib.maintainers; [ worldofpeace ];
}