cargo-bisect-rustc: meta: more precise license

This commit is contained in:
SandaruKasa
2026-06-29 00:15:13 +03:00
parent fbf07081a2
commit 4dbaa3b666
@@ -62,10 +62,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Bisects rustc, either nightlies or CI artifacts";
mainProgram = "cargo-bisect-rustc";
homepage = "https://github.com/rust-lang/cargo-bisect-rustc";
license = with lib.licenses; [
asl20
mit
];
license =
with lib.licenses;
OR [
asl20
mit
];
maintainers = with lib.maintainers; [ sandarukasa ];
};
})