From 5404345bc7f3fc9c8108f446bd3c0d79d4019dd3 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 1 Jan 2023 20:59:02 -0700 Subject: [PATCH] package.nix: Fix license --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };