crusader: add Apache-2.0 to license (#474192)

This commit is contained in:
Aleksana
2025-12-26 08:58:30 +00:00
committed by GitHub
+4 -1
View File
@@ -79,7 +79,10 @@ rustPlatform.buildRustPackage rec {
description = "Network throughput and latency tester";
homepage = "https://github.com/Zoxc/crusader";
changelog = "https://github.com/Zoxc/crusader/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
license = with lib.licenses; [
mit
asl20
];
maintainers = with lib.maintainers; [ x123 ];
platforms = lib.platforms.all;
mainProgram = "crusader";