pixi: add edmundmiller to maintainers

This commit is contained in:
Edmund Miller 2024-01-27 13:56:25 -06:00
parent 04e57f0be3
commit 8f064d0320
No known key found for this signature in database

View File

@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
description = "Package management made easy";
homepage = "https://pixi.sh/";
license = licenses.bsd3;
maintainers = with lib.maintainers; [ aaronjheng ];
maintainers = with lib.maintainers; [ aaronjheng edmundmiller ];
mainProgram = "pixi";
};
}