package.nix: Fix license

This commit is contained in:
Zhaofeng Li 2023-01-01 20:59:02 -07:00
parent dd57a06ee2
commit 5404345bc7

View file

@ -56,7 +56,7 @@ in rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Multi-tenant Nix binary cache system";
homepage = "https://github.com/zhaofengli/attic";
license = licenses.agpl3Plus;
license = licenses.asl20;
maintainers = with maintainers; [ zhaofengli ];
platforms = platforms.linux ++ platforms.darwin;
};