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

This commit is contained in:
Luke Granger-Brown 2021-06-12 11:02:09 +00:00
parent f605757f38
commit c444468ff6

View file

@ -6,7 +6,7 @@ grafanaPlugin rec {
zipHash = "sha256-MGAJzS9X91x6wt305jH1chLoW3zd7pIYDwRnPg9qrgE=";
meta = with lib; {
description = "World Map panel for Grafana";
license = licenses.asl20;
license = licenses.mit;
maintainers = with maintainers; [ lukegb ];
platforms = platforms.unix;
};