Merge pull request #126399 from jakuzure/patch-1

grafana: license update to AGPLv3
This commit is contained in:
Martin Weinelt
2021-06-09 23:46:48 +02:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ buildGoModule rec {
meta = with lib; {
description = "Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB";
license = licenses.asl20;
license = licenses.agpl3;
homepage = "https://grafana.com";
maintainers = with maintainers; [ offline fpletz willibutz globin ma27 Frostman ];
platforms = platforms.linux;