coldsnap: correct license metadata

https://github.com/awslabs/coldsnap/blob/v0.5.1/LICENSE
This commit is contained in:
iliana etaoin 2023-06-28 01:53:39 +00:00
parent 3adc3587e8
commit 453b11ce4f

View File

@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/awslabs/coldsnap";
description = "A command line interface for Amazon EBS snapshots";
changelog = "https://github.com/awslabs/coldsnap/blob/${src.rev}/CHANGELOG.md";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = teams.determinatesystems.members;
};
}