Loading lib/licenses.nix +5 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,11 @@ lib.mapAttrs mkLicense ({ fullName = "BSD 3-Clause Clear License"; }; bsd3Lbnl = { spdxId = "BSD-3-Clause-LBNL"; fullName = "Lawrence Berkeley National Labs BSD variant license"; }; bsdOriginal = { spdxId = "BSD-4-Clause"; fullName = ''BSD 4-clause "Original" or "Old" License''; Loading pkgs/servers/monitoring/grafana/plugins/ventura-psychrometric-panel/default.nix +1 −6 Original line number Diff line number Diff line Loading @@ -6,12 +6,7 @@ grafanaPlugin rec { zipHash = "sha256-Y/Eh3eWZkPS8Q1eha7sEJ3wTMI7QxOr7MEbPc25fnGg="; meta = with lib; { description = "Grafana plugin to display air conditions on a psychrometric chart."; license = licenses.bsd3 // { spdxId = "BSD-3-Clause-LBNL"; url = "https://spdx.org/licenses/BSD-3-Clause-LBNL.html"; fullName = "Lawrence Berkeley National Labs BSD variant license"; shortName = "lbnl-bsd3"; }; license = licenses.bsd3Lbnl; maintainers = with maintainers; [ nagisa ]; platforms = platforms.unix; }; Loading Loading
lib/licenses.nix +5 −0 Original line number Diff line number Diff line Loading @@ -213,6 +213,11 @@ lib.mapAttrs mkLicense ({ fullName = "BSD 3-Clause Clear License"; }; bsd3Lbnl = { spdxId = "BSD-3-Clause-LBNL"; fullName = "Lawrence Berkeley National Labs BSD variant license"; }; bsdOriginal = { spdxId = "BSD-4-Clause"; fullName = ''BSD 4-clause "Original" or "Old" License''; Loading
pkgs/servers/monitoring/grafana/plugins/ventura-psychrometric-panel/default.nix +1 −6 Original line number Diff line number Diff line Loading @@ -6,12 +6,7 @@ grafanaPlugin rec { zipHash = "sha256-Y/Eh3eWZkPS8Q1eha7sEJ3wTMI7QxOr7MEbPc25fnGg="; meta = with lib; { description = "Grafana plugin to display air conditions on a psychrometric chart."; license = licenses.bsd3 // { spdxId = "BSD-3-Clause-LBNL"; url = "https://spdx.org/licenses/BSD-3-Clause-LBNL.html"; fullName = "Lawrence Berkeley National Labs BSD variant license"; shortName = "lbnl-bsd3"; }; license = licenses.bsd3Lbnl; maintainers = with maintainers; [ nagisa ]; platforms = platforms.unix; }; Loading