ty: add GaetanLepage to maintainers
Followup from https://github.com/NixOS/nixpkgs/pull/409234
This commit is contained in:
@@ -83,6 +83,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
changelog = "https://github.com/astral-sh/ty/blob/${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "ty";
|
||||
maintainers = [ lib.maintainers.bengsparks ];
|
||||
maintainers = with lib.maintainers; [
|
||||
bengsparks
|
||||
GaetanLepage
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user