pixi: add edmundmiller to maintainers
This commit is contained in:
parent
04e57f0be3
commit
8f064d0320
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "Package management made easy";
|
description = "Package management made easy";
|
||||||
homepage = "https://pixi.sh/";
|
homepage = "https://pixi.sh/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ aaronjheng ];
|
maintainers = with lib.maintainers; [ aaronjheng edmundmiller ];
|
||||||
mainProgram = "pixi";
|
mainProgram = "pixi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue