lib.licenses: drop in favor of bsd3Lbnl
This is the same license
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user