Commit 8b8fa7cd authored by joshvanl's avatar joshvanl
Browse files

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



Signed-off-by: default avatarjoshvanl <me@joshvanl.dev>
parent 2bd591fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };