mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
pdm: add natsukium as maintainer
This commit is contained in:
parent
30face8501
commit
cf93c92e27
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user