bmaptool: no with lib; in meta

This commit is contained in:
Doron Behar
2025-08-13 17:06:01 +03:00
parent 9316ea2eeb
commit c1d71b2d02
+4 -4
View File
@@ -25,12 +25,12 @@ python3Packages.buildPythonApplication rec {
# tests fail only on hydra.
doCheck = false;
meta = with lib; {
meta = {
description = "BMAP Tools";
homepage = "https://github.com/yoctoproject/bmaptool";
license = licenses.gpl2Only;
maintainers = [ maintainers.dezgeg ];
platforms = platforms.linux;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ dezgeg ];
platforms = lib.platforms.linux;
mainProgram = "bmaptool";
};
}