pdm: update meta.description

This commit is contained in:
natsukium 2024-04-02 22:31:42 +09:00
parent a579808735
commit 4417ae673d
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ buildPythonApplication rec {
meta = with lib; {
homepage = "https://pdm-project.org";
changelog = "https://github.com/pdm-project/pdm/releases/tag/${version}";
description = "A modern Python package manager with PEP 582 support";
description = "A modern Python package and dependency manager supporting the latest PEP standards";
license = licenses.mit;
maintainers = with maintainers; [ cpcloud ];
mainProgram = "pdm";