home-assistant-custom-components.garmin_connect: Add dmadisetti as maintainer

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2024-09-05 08:06:38 +02:00
parent 4c4d3971b8
commit c2408d4c82
No known key found for this signature in database

View File

@ -26,7 +26,10 @@ buildHomeAssistantComponent {
meta = with lib; {
description = "The Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant";
homepage = "https://github.com/cyberjunky/home-assistant-garmin_connect";
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [
matthiasbeyer
dmadisetti
];
license = licenses.mit;
};
}