diff --git a/pkgs/by-name/me/memray/package.nix b/pkgs/by-name/me/memray/package.nix index 2af5c2f6ba438d..fa2b09330d74b1 100644 --- a/pkgs/by-name/me/memray/package.nix +++ b/pkgs/by-name/me/memray/package.nix @@ -74,12 +74,12 @@ python3Packages.buildPythonApplication rec { "tests/integration/test_main.py" ]; - meta = with lib; { + meta = { description = "Memory profiler for Python"; homepage = "https://bloomberg.github.io/memray/"; changelog = "https://github.com/bloomberg/memray/releases/tag/v${version}"; - license = licenses.asl20; - maintainers = with maintainers; [ fab ]; - platforms = platforms.linux; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ fab ]; + platforms = lib.platforms.linux; }; }