grafanaPlugins.grafana-piechart-panel: fix meta.license

This commit is contained in:
Luke Granger-Brown 2021-06-12 11:02:01 +00:00
parent 8cb2782859
commit f605757f38

View file

@ -6,7 +6,7 @@ grafanaPlugin rec {
zipHash = "sha256-64K/efoBKuBFp8Jw79hTdMyTurTZsL0qfgPDcUWz2jg=";
meta = with lib; {
description = "Pie chart panel for Grafana";
license = licenses.asl20;
license = licenses.mit;
maintainers = with maintainers; [ lukegb ];
platforms = platforms.unix;
};