Commit 008e8512 authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

python311Packages.osprofiler: add meta.mainProgram

parent aba2d9e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ buildPythonPackage rec {
    description = "OpenStack Library to profile request between all involved services";
    homepage = "https://opendev.org/openstack/osprofiler/";
    license = licenses.asl20;
    mainProgram = "osprofiler";
    maintainers = teams.openstack.members;
  };
}