ty: add GaetanLepage to maintainers

Followup from https://github.com/NixOS/nixpkgs/pull/409234
This commit is contained in:
Benjamin Sparks
2025-05-21 12:17:48 +02:00
parent eaf7f337a0
commit 02b41fd27a
+4 -1
View File
@@ -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
];
};
})