cargo-run-bin: remove maintainer mightyiam (#519632)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-13 07:22:45 +00:00
committed by GitHub
@@ -25,7 +25,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/dustinblackman/cargo-run-bin/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
mightyiam
matthiasbeyer
];
};