diff --git a/package.nix b/package.nix index 5ec7792..042f1ba 100644 --- a/package.nix +++ b/package.nix @@ -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; };