Merge pull request #121672 from dotlambda/esphome-dont-maintain
This commit is contained in:
commit
a1b341da7e
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
|||||||
description = "Python Client for ESPHome native API";
|
description = "Python Client for ESPHome native API";
|
||||||
homepage = "https://github.com/esphome/aioesphomeapi";
|
homepage = "https://github.com/esphome/aioesphomeapi";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ fab hexa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -49,6 +49,6 @@ in python.pkgs.buildPythonApplication rec {
|
|||||||
description = "Make creating custom firmwares for ESP32/ESP8266 super easy";
|
description = "Make creating custom firmwares for ESP32/ESP8266 super easy";
|
||||||
homepage = "https://esphome.io/";
|
homepage = "https://esphome.io/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dotlambda globin elseym ];
|
maintainers = with maintainers; [ globin elseym hexa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user