Loading lib/licenses.nix +0 −5 Original line number Diff line number Diff line Loading @@ -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"; Loading pkgs/by-name/ra/radiance/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; }; Loading Loading
lib/licenses.nix +0 −5 Original line number Diff line number Diff line Loading @@ -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"; Loading
pkgs/by-name/ra/radiance/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; }; Loading