Skip to content

Commit

Permalink
memray: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Feb 16, 2025
1 parent c90ca7b commit 7be1a19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/me/memray/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 7be1a19

Please sign in to comment.