home-assistant-custom-components.solis-sensor: remove jnsgruk from maintainers

This commit is contained in:
Jon Seager
2025-09-10 14:34:01 +01:00
parent 802bad314f
commit 6643c14a2f
@@ -29,6 +29,6 @@ buildHomeAssistantComponent rec {
changelog = "https://github.com/hultenvp/solis-sensor/releases/tag/v${version}";
homepage = "https://github.com/hultenvp/solis-sensor";
license = licenses.asl20;
maintainers = with maintainers; [ jnsgruk ];
maintainers = with maintainers; [ ];
};
}