crusader: add Apache-2.0 to license

This commit is contained in:
randomizedcoder dave.seddon.ca@gmail.com
2025-12-25 13:04:58 -08:00
parent bccbca19b9
commit 3cf222694f
+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";