lib.licenses: drop in favor of bsd3Lbnl

This is the same license
This commit is contained in:
jopejoe1
2025-09-01 19:04:46 +02:00
parent 3327ed1140
commit d1d63d0dcf
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1175,11 +1175,6 @@ lib.mapAttrs mkLicense (
url = "https://qwt.sourceforge.io/qwtlicense.html";
};
radiance = {
fullName = "The Radiance Software License, Version 2.0";
url = "https://github.com/LBNL-ETA/Radiance/blob/master/License.txt";
};
ruby = {
spdxId = "Ruby";
fullName = "Ruby License";
+1 -1
View File
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Validated Lighting Simulation Tool";
homepage = "https://github.com/LBNL-ETA/Radiance";
license = lib.licenses.radiance;
license = lib.licenses.bsd3Lbnl;
maintainers = with lib.maintainers; [ robwalt ];
mainProgram = "rad";
};