dapr-cli: Use correct licence (mit -> asl20)

Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
joshvanl 2023-03-30 16:06:55 +01:00
parent 2bd591fac8
commit 8b8fa7cd6d

View File

@ -37,7 +37,7 @@ buildGoModule rec {
meta = with lib; {
description = "A CLI for managing Dapr, the distributed application runtime";
homepage = "https://dapr.io";
license = licenses.mit;
license = licenses.asl20;
maintainers = with maintainers; [ joshvanl lucperkins ];
mainProgram = "dapr";
};