pdm: add natsukium as maintainer

This commit is contained in:
natsukium 2024-08-17 21:54:15 +09:00
parent 30face8501
commit cf93c92e27
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -112,7 +112,10 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/pdm-project/pdm/releases/tag/${version}";
description = "Modern Python package and dependency manager supporting the latest PEP standards";
license = licenses.mit;
maintainers = with maintainers; [ cpcloud ];
maintainers = with maintainers; [
cpcloud
natsukium
];
mainProgram = "pdm";
};
}