Unverified Commit c3d7d6ee authored by emilylange's avatar emilylange
Browse files

home-assistant-custom-components.dwd: add emilylange as maintainer

parent 15d876ad
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@ buildHomeAssistantComponent rec {
    description = "Custom component for Home Assistant that integrates weather data (measurements and forecasts) of Deutscher Wetterdienst";
    homepage = "https://github.com/hg1337/homeassistant-dwd";
    license = licenses.asl20;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [
      hexa
      emilylange
    ];
  };
}